snwh / moka-icon-theme

Moka Icon Theme
http://snwh.org/moka
Other
450 stars 91 forks source link

Some broken icons in Gnome 3.36 #418

Open jaygambrel opened 4 years ago

jaygambrel commented 4 years ago

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 commented 4 years ago

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