mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Update pysol.desktop for unix desktop integration
Encoding has been deprecated - see https://specifications.freedesktop.org/desktop-entry-spec/1.0/apc.html StartupWMClass adds a startup animation. xprop was used to find out the value for WM_CLASS; it was tested on KDE Plasma 5.
This commit is contained in:
parent
41b4e75f15
commit
c13b8587fc
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Encoding=UTF-8
|
|
||||||
Name=PySol Fan Club Edition
|
Name=PySol Fan Club Edition
|
||||||
|
Comment=More than 1000 solitaire card games
|
||||||
Exec=pysol.py
|
Exec=pysol.py
|
||||||
|
StartupWMClass=Pysol
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Game;CardGame;
|
Categories=Game;CardGame;
|
||||||
|
Keywords=solitaire;patience;cards;pysolfc;klondike;
|
||||||
Icon=/usr/share/icons/pysol01.png
|
Icon=/usr/share/icons/pysol01.png
|
||||||
|
|
Loading…
Add table
Reference in a new issue