mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue