McMojave-circle icon indicating copy to clipboard operation
McMojave-circle copied to clipboard

Not all icons are changed

Open LPocay opened this issue 5 years ago • 4 comments

For some reason not all icons are change, i have ubuntu 18.04, for example, the steam icon look like this: image

LPocay avatar Feb 20 '20 02:02 LPocay

That´s normal. https://github.com/vinceliuice/McMojave-circle/blob/master/src/apps/scalable/steam.svg

PoorPocketsMcNewHold avatar Feb 23 '20 19:02 PoorPocketsMcNewHold

I've noticed this problem for snap applications like discord and vscode. I've found a work around by putting a .desktop file in /var/lib/snapd/desktop/applications with the path to the pack's icon. But this seems to get undone when snap refreshes.

mcdearman avatar Apr 17 '20 13:04 mcdearman

I've noticed this problem for snap applications like discord and vscode. I've found a work around by putting a .desktop file in /var/lib/snapd/desktop/applications with the path to the pack's icon. But this seems to get undone when snap refreshes.

The thing is, that this user reported that the Steam icon was unthemed, when actually, it was. I would recommend you instead, into making a pull request, to modify the README.md to add this work-around for snap applications.

PoorPocketsMcNewHold avatar Apr 18 '20 10:04 PoorPocketsMcNewHold

@TinyTophy copy all .desktop files you want to be themed from /var/lib/snapd/desktop/applications into ~/.local/share/applications, change ownership of files to your user and start modifying them, linux will always look user local files first and then looks system files, so these .desktop files are selected over the ones provided by snap and won't be affected by a refresh.

MahdiBaghbani avatar Jul 18 '20 21:07 MahdiBaghbani