Change icons of snap apps

Hi,
It is possible to change taskbar icons of snap applications, i have installed icons theme but if i want to change particular application.
Thanks for help

Hi @tokl_cz,

While I don’t have, or really care for snap or snap apps, I do believe any application’s icon can be changed by editing its .desktop file. And AFAIK, they are located in

~/.local/share/applications

or

/usr/share/applications

But these shouldn’t be edited directly. Instead, the should be copied to ~/.local/share/applications and edited there:

cp /usr/share/applications/<fileName.desktop> ~/.local/share/applications

Where <fileName.desktop> is, obviously, the name of the file to copy.

AFAIK the local one, in ~/.local/share/applications/, will override the global one, in /usr/share/applications/ if the names are kept identical.

Hope this helps!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.