suryadi / Fix duplicate icons for manually created gnome launcher items
23 Oct 2017 at 15:16
- Launch the application
- Fire up a terminal and run
xprop WM_CLASS. Click the application window. - You'll get some output like
WM_CLASS(STRING) = "Navigator", "Firefox". Choose one of the classes, eg Firefox in this example - Add the class as the value of
StartupWMClassin the .desktop file. For example,StartupWMClass=Firefox - Save the .desktop file, close the application and re-open it. There should now only be 1 icon in the launcher
To add a comment, please login or register first.
Register or Login