[jhbuild] [misc] Make .desktop file valid



commit 5d971bff43720791133ffb12bf156c75d2c58423
Author: Vincent Untz <vuntz gnome org>
Date:   Mon May 11 16:27:13 2009 +0200

    [misc] Make .desktop file valid
    
    Remove the Application Category (not valid).
    Remove the deprecated Encoding key.
    Use an icon from the icon naming spec and do not use an extension.
    Remove X-Desktop-File-Install-Version key.
---
 jhbuild.desktop |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/jhbuild.desktop b/jhbuild.desktop
index 48b1562..d321b28 100644
--- a/jhbuild.desktop
+++ b/jhbuild.desktop
@@ -1,10 +1,7 @@
 [Desktop Entry]
-Encoding=UTF-8
+Type=Application
 Name=Build GNOME Modules
-Icon=gnome-devel.png
+Categories=GNOME;Development;
+Icon=applications-development
 Terminal=false
-Type=Application
-Categories=GNOME;Development;Application;
 StartupNotify=true
-X-Desktop-File-Install-Version=0.3
-



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]