summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRedBearAK <64876997+RedBearAK@users.noreply.github.com>2021-12-23 13:47:39 -0900
committerCalum Lind <calumlind+deluge@gmail.com>2021-12-29 21:54:00 +0000
commitf30f7f462936d760f14d09e4216058dca293cf44 (patch)
tree951c0287f62f7360371734e83b7961cb3d91a29c
parentec0bcc11f510cd113bbdb6cd551b27c697f03f53 (diff)
downloaddeluge-f30f7f462936d760f14d09e4216058dca293cf44.tar.gz
deluge-f30f7f462936d760f14d09e4216058dca293cf44.tar.bz2
deluge-f30f7f462936d760f14d09e4216058dca293cf44.zip
[UI] Add Keywords property to desktop file
Deluge fails to appear in some app launchers (GNOME app search, Albert launcher) when searching for just "torrent" or other keywords, rather than "bittorrent". This is due to the lack of a Keywords header/property in its desktop entry file. Adding this line should solve the issue. I don't know if the underscore "_" is actually necessary for this line, I just copied the appearance of the lines above it when inserting. Please check that this comes out without the underscore in the final file after processing. Closes: deluge-torrent/deluge#323
-rw-r--r--deluge/ui/data/share/applications/deluge.desktop.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/deluge/ui/data/share/applications/deluge.desktop.in b/deluge/ui/data/share/applications/deluge.desktop.in
index c952d424a..4335b6da4 100644
--- a/deluge/ui/data/share/applications/deluge.desktop.in
+++ b/deluge/ui/data/share/applications/deluge.desktop.in
@@ -4,6 +4,7 @@ _Name=Deluge
_GenericName=BitTorrent Client
_X-GNOME-FullName=Deluge BitTorrent Client
_Comment=Download and share files over BitTorrent
+_Keywords=bittorrent;torrent;magnet;download;p2p;torrents;downloading;uploading;share;sharing;
TryExec=deluge-gtk
Exec=deluge-gtk %U
Icon=deluge