When I start some 3rd party apps from search bar they show on the dock but with a substitute icon image "ubuntu settings wheel". I am using Ubuntu 20.04 and Ubuntu 22.10. They both have the same problems. How can I set this icon?
Asked
Active
Viewed 663 times
1 Answers
0
It's probably because of the WM Class which you accidentally had specified incorrectly. You might be able to fix it by the method of this post. Here are the complete steps for your convenience:
- Open your app
- Press
Alt + F2and typelgand hitEnter - Head to the
Windowstab, find your app, and write down the correspondingwmclass - Edit your app's
.desktopfile (residing somewhere like~.local/share/applications/YOURAPP.desktop): change currentStartupWMClass` with the value you extracted in the 3rd step. - Close your app and re-open, ET VOILĂ€!
Amir Maleki
- 101