1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: improve the .desktop file
Encoding is deprecated and Keywords is new; Version is optional and refers to the file format
Icon must be png or svg according to the freedesktop.org spec.
MimeType describes supported file types, however gitso doesn't take any files.
Author: Florian Schlichting <fsfs@debian.org>
--- a/arch/linux/gitso.desktop
+++ b/arch/linux/gitso.desktop
@@ -1,15 +1,12 @@
[Desktop Entry]
-Version=0.6
-Encoding=UTF-8
Name=Gitso
Name[en_GB]=Gitso
Name[en_US]=Gitso
Comment=Connect to others using VNC protocol
Exec=gitso
-Icon=/usr/share/gitso/icon.ico
+Icon=/usr/share/gitso/gitso.png
Terminal=false
-MimeType=application/x-remote-connection;
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Network;RemoteAccess;
-
+Keywords=remote assistance;reverse VNC;VNC;support;help;screen;network;
|