I'm on Ubuntu 20.04. Every guide on how to create desktop icons says "go to usr > share > applications", but if the app was installed from Ubuntu Software there's no icon in that folder, so where are they stored? What are all the other directories where they can be stored usually?
Asked
Active
Viewed 1,526 times
-1
1 Answers
0
Thanks to a comment by muru, the OP was able to find the missing icon(s) in /snap
.
Do a search for *.ico in the file browser, and it will show different places for different icons.
/snap
. But it won't help you if you want to modify the icons, since snaps are readonly. – muru Feb 08 '22 at 10:23