After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 736256 - Missing StartupWMClass=polari in .desktop file
Missing StartupWMClass=polari in .desktop file
Status: RESOLVED FIXED
Product: polari
Classification: Applications
Component: general
3.12.x
Other Linux
: Normal normal
: ---
Assigned To: Polari maintainers
Polari maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-08 07:44 UTC by Cédric Bellegarde
Modified: 2014-09-09 13:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make WM_CLASS match .desktop file name again (1.04 KB, patch)
2014-09-09 13:00 UTC, Florian Müllner
committed Details | Review

Description Cédric Bellegarde 2014-09-08 07:44:55 UTC
StartupWMClass is missing from .desktop file.

Applications like plank are unable to match window with launcher.
Comment 1 Florian Müllner 2014-09-09 13:00:38 UTC
Created attachment 285737 [details] [review]
Make WM_CLASS match .desktop file name again

When moving to the new reverse domain name notation for .desktop
files, the WM_CLASS was not updated to reflect that change. This
can break window matching as done by gnome-shell or plank, so fix
this.
Comment 2 Florian Müllner 2014-09-09 13:02:56 UTC
Attachment 285737 [details] pushed as 0fb0875 - Make WM_CLASS match .desktop file name again

This does not add StartupWMClass, but makes the WM_CLASS match the .desktop file again - I reckon that's enough for plank to work as expected? Please reopen if aything else is needed, thanks!