Bug 377882 - often start-animation stays although app is already running
Summary: often start-animation stays although app is already running
Status: RESOLVED NOT A BUG
Alias: None
Product: plasmashell
Classification: Plasma
Component: Task Manager and Icons-Only Task Manager widgets (show other bugs)
Version: 5.9.3
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Eike Hein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-21 12:12 UTC by Martin Koller
Modified: 2017-03-21 12:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Koller 2017-03-21 12:12:54 UTC
I use a desktop file to start libreoffice with a document to open.
The desktop file is used from a quicklauncher in a bottom panel.

What I often see since 16.12 (had no issue in 16.08) is the spinning animation in the taskbar when I start loffice, which keeps spinning although
- loffice is already up and running
- I explicitely have StartupNotify=false in the desktop file (why do I see the spinning at all?)

Here is the .desktop file:

[Desktop Entry]
Comment[en_US]=
Comment=
Exec=xdg-open ~/Aufwand.xls
GenericName[en_US]=
GenericName=
Icon=kspread
MimeType=
Name[en_US]=Aufwand
Name=Aufwand
Path=
StartupNotify=false
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-SubstituteUID=false
X-KDE-Username=
Comment 1 Eike Hein 2017-03-21 12:19:52 UTC
Add a StartupWMClass to your .desktop file that matches the WM_CLASS of the eventual LibreOffice window.
Comment 2 Eike Hein 2017-03-21 12:20:26 UTC
(Note that this will probably work better with 5.10 / git, as we recently rewrote StartupWMClass handling somewhat.)