mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 08:58:38 +00:00
fix blurry icons in gnome
Fixed blurry icon by changing "StartupWMClass" value from "Deluge" to "deluge" in "deluge.desktop".
This commit is contained in:
parent
7abeb4ee0f
commit
cbf9ee8978
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue