fix blurry icons in gnome

Fixed blurry icon by changing "StartupWMClass" value from "Deluge" to "deluge" in "deluge.desktop".
This commit is contained in:
Byeonghoon Yoo 2019-05-31 01:28:37 +09:00 committed by Calum Lind
parent 7abeb4ee0f
commit cbf9ee8978

View File

@ -10,7 +10,7 @@ Icon=deluge
Terminal=false Terminal=false
Type=Application Type=Application
Categories=Network;FileTransfer;P2P;GTK; Categories=Network;FileTransfer;P2P;GTK;
StartupWMClass=Deluge StartupWMClass=deluge
StartupNotify=true StartupNotify=true
MimeType=application/x-bittorrent;x-scheme-handler/magnet; MimeType=application/x-bittorrent;x-scheme-handler/magnet;
X-GNOME-UsesNotifications=true X-GNOME-UsesNotifications=true