summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorByeonghoon Yoo <bh322yoo@gmail.com>2019-05-31 01:28:37 +0900
committerCalum Lind <calumlind+deluge@gmail.com>2019-06-04 17:39:06 +0100
commitcbf9ee8978bff91104a934ec4e4008340077d0d2 (patch)
treeba1febd6ddfb2352b4f5128e0e3886eba03c9407
parent7abeb4ee0f6bbf1b69bd3708cc5c6b5eb55ace9f (diff)
downloaddeluge-cbf9ee8978bff91104a934ec4e4008340077d0d2.tar.gz
deluge-cbf9ee8978bff91104a934ec4e4008340077d0d2.tar.bz2
deluge-cbf9ee8978bff91104a934ec4e4008340077d0d2.zip
fix blurry icons in gnome
Fixed blurry icon by changing "StartupWMClass" value from "Deluge" to "deluge" in "deluge.desktop".
-rw-r--r--deluge/ui/data/share/applications/deluge.desktop.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/data/share/applications/deluge.desktop.in b/deluge/ui/data/share/applications/deluge.desktop.in
index 96645a546..c952d424a 100644
--- a/deluge/ui/data/share/applications/deluge.desktop.in
+++ b/deluge/ui/data/share/applications/deluge.desktop.in
@@ -10,7 +10,7 @@ Icon=deluge
Terminal=false
Type=Application
Categories=Network;FileTransfer;P2P;GTK;
-StartupWMClass=Deluge
+StartupWMClass=deluge
StartupNotify=true
MimeType=application/x-bittorrent;x-scheme-handler/magnet;
X-GNOME-UsesNotifications=true