1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: improve the .desktop file
Encoding is deprecated and Keywords is new; Version is optional and refers to the file format
Author: Florian Schlichting <fsfs@debian.org>
--- a/arch/linux/gitso.desktop
+++ b/arch/linux/gitso.desktop
@@ -1,6 +1,4 @@
[Desktop Entry]
-Version=0.6
-Encoding=UTF-8
Name=Gitso
Name[en_GB]=Gitso
Name[en_US]=Gitso
@@ -12,4 +10,4 @@
Type=Application
StartupNotify=true
Categories=GNOME;GTK;Network;RemoteAccess;
-
+Keywords=remote assistance;reverse VNC;VNC;support;help;screen;network;
|