summaryrefslogtreecommitdiffstats
path: root/deluge/ui/data/share
Commit message (Collapse)AuthorAge
* [UI] Add Keywords property to desktop fileRedBearAK2021-12-29
| | | | | | | | 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
* fix blurry icons in gnomeByeonghoon Yoo2019-06-04
| | | Fixed blurry icon by changing "StartupWMClass" value from "Deluge" to "deluge" in "deluge.desktop".
* [Packaging] Fix appdata.xml detailsCalum Lind2018-10-19
| | | | | | | | - License should be GPL3+. - Use the Deluge HTTPS URLs. - Wrap the description long lines. - Add launchable tag to launch from software centre after install. - Removed name tag to use .desktop file name field instead.
* Add X-GNOME-UsesNotificationsKirill Romanov2018-06-18
| | | Due to Gnome Guidelines https://wiki.gnome.org/Initiatives/GnomeGoals/NotificationSource
* [UI] Refactor appdata.xml code and markup translatable textCalum Lind2017-02-23
|
* [UI] Add an appdata.xml fileMatthias Mailänder2017-02-23
| | | | For Linux software gallery integration.
* Fix #2371 : Add StartupWMClass to desktop fileCalum Lind2013-11-19
|
* Fix missing semi-colon in deluge.desktopCalum2012-04-18
|
* Localize the Desktop fileCalum Lind2011-07-13
| | | | | | Conflicts: setup.py
* pixmaps and icons moved to ui/data, all necessary references changed.Justin Noah2011-05-30