In Ubuntu 19.04 GNOME, when I click icon for the Dolphin file manager in the dock, it always makes a new icon:
How do I fix the problem?
In Ubuntu 19.04 GNOME, when I click icon for the Dolphin file manager in the dock, it always makes a new icon:
How do I fix the problem?
StartupWMClass
entry in any of the.desktop
launchers for the applications in your question btw. – pomsky Aug 28 '19 at 11:56StartupWMClass
in their .desktop files that seem to work well enough in the Ubuntu dock. – DK Bose Aug 28 '19 at 12:12StartupWMClass
is not supposed to fix the "cannot add to favourites" problem, but rather it should be tried to fix the "multiple icons after launching the app" (the issue raised in this current question), I noticed theStartupWMClass
entry was missing in the.desktop
files in your question. Assuming those were the system-generated default.desktop
files, it's worth a shot to try theStartupWMClass
fix to solve the "multiple icons" issue, it worked many times before. – pomsky Aug 28 '19 at 12:22