(In reply to Christoph Feck from comment #2)
> Reproducible with 4.14.1 and LibreOffice 4.3.2.2.
> 
> When right-clicking the file, use "Open With > LibreOffice Calc", not Writer.
> 
> LibreOffice "demands attention", though, at least the panel unhides. It
> looks like Unity catches the new dialog on the minimized window, and forces
> a restore. Should be solvable with a KWin script, e.g.
> 
>     workspace.clientAdded.connect(function(client) {
>       client.minimized = false;
>     });
> 
> 
> Bernard, to test KWin scripts, type this in Konsole:
> 
>     qdbus org.kde.plasma-desktop /MainApplication showInteractiveKWinConsole
> 
> Then an Editor/Output window appears. Paste the above 3-line script there,
> and click "Execute". Then try to reproduce again.

Tested and confirmed that workaround fixes the bug

This also seems to work around the issue where opening new libreoffice
program windows would open in the background/minimised.

> Thomas might provide an improved and installable version.

Fantastic news - thanks for the unbelievably quick response :)

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kde-workspace in Ubuntu.
https://bugs.launchpad.net/bugs/1369424

Title:
  LibreOffice windows and dialogs do not receive focus on startup (KDE,
  Razorqt)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1369424/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs

Reply via email to