Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Some broken icons in Gnome 3.36 #418

Open
jaygambrel opened this issue Apr 29, 2020 · 1 comment
Open

Some broken icons in Gnome 3.36 #418

jaygambrel opened this issue Apr 29, 2020 · 1 comment

Comments

@jaygambrel
Copy link

I noticed the icons for some of the apps were not working presumably due to Gnome requiring the icon name to be org.gnome.AppName for some apps. Fixed them with the following commands:

sudo find /usr/share/icons/Moka -iname 'preferences-system.png' -execdir cp {} org.gnome.Settings.png \;
sudo find /usr/share/icons/Moka -iname 'com.spotify.Spotify.png' -execdir cp {} com.spotify.Client.png \;
sudo find /usr/share/icons/Moka -iname 'font-viewer.png' -execdir cp {} org.gnome.font-viewer.png \;
sudo find /usr/share/icons/Moka -iname 'extensions.png' -execdir cp {} org.gnome.Extensions.png \;
sudo find /usr/share/icons/Moka -iname 'file-roller.png' -execdir cp {} org.gnome.ArchiveManager.png \;
sudo find /usr/share/icons/Moka -iname 'org.gnome.Usage.png' -execdir cp {} org.gnome.SystemMonitor.png \;
@simonvanderveldt
Copy link

FYI Some of these I fixed in #410 but this repo/project seems to be abandoned unfortunately :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants