From cbf9ee8978bff91104a934ec4e4008340077d0d2 Mon Sep 17 00:00:00 2001 From: Byeonghoon Yoo Date: Fri, 31 May 2019 01:28:37 +0900 Subject: [PATCH] fix blurry icons in gnome Fixed blurry icon by changing "StartupWMClass" value from "Deluge" to "deluge" in "deluge.desktop". --- deluge/ui/data/share/applications/deluge.desktop.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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