PapirusDevelopmentTeam / papirus-icon-theme

Pixel perfect icon theme for Linux
https://git.io/papirus-icon-theme
GNU General Public License v3.0
6.68k stars 424 forks source link

Why is the dock icon for ukuu so distorted? #1431

Closed ghost closed 6 years ago

ghost commented 6 years ago

I have recently downloaded ukuu aka Ubuntu Kernel Upgrade Utility and when I install it and then search for it in the start menu I see this:

But when I open it then the icon in the dock looks as follows:

Why?

SmartFinn commented 6 years ago

That because StartupWMClass option is missing in desktop-file. To fix that run a few commands:

cp /usr/share/applications/ukuu.desktop ~/.local/share/applications/
echo 'StartupWMClass=ukuu-gtk' >> ~/.local/share/applications/ukuu.desktop