1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Point to pysolfc instead of pysol.py, and remove Encoding=UTF-8
-- see https://specifications.freedesktop.org/desktop-entry-spec/1.0/apc.html
Add Comment, Keywords and StartupWMClass for better desktop integration.
Author: Bernhard Reiter <ockham@raz.or.at>
Author: Juhani Numminen <juhaninumminen0@gmail.com>
Forwarded: https://github.com/shlomif/PySolFC/pull/121
--- a/data/pysol.desktop
+++ b/data/pysol.desktop
@@ -1,8 +1,10 @@
[Desktop Entry]
-Encoding=UTF-8
Name=PySol Fan Club Edition
-Exec=pysol.py
+Comment=More than 1000 solitaire card games
+Exec=pysolfc
+StartupWMClass=Pysol
Terminal=false
Type=Application
Categories=Game;CardGame;
+Keywords=solitaire;patience;cards;pysolfc;klondike;
Icon=/usr/share/icons/pysol01.png
|