6d3471
From e3f3e266249f77ff655299daeab3128347d6cb17 Mon Sep 17 00:00:00 2001
6d3471
From: Nils Philippsen <nils@redhat.com>
6d3471
Date: Wed, 30 Jan 2013 15:59:40 +0100
6d3471
Subject: [PATCH] patch: desktop-file
6d3471
6d3471
Squashed commit of the following:
6d3471
6d3471
commit e472b870c4490f41b9257c835d4c8c72a575e9e9
6d3471
Author: Nils Philippsen <nils@redhat.com>
6d3471
Date:   Wed Jan 30 15:57:57 2013 +0100
6d3471
6d3471
    desktop file: use Name, GenericName, X-GNOME-FullName
6d3471
6d3471
commit 9f7f6a039193f91473ded79780bd72e29d7b94fb
6d3471
Author: Nils Philippsen <nils@redhat.com>
6d3471
Date:   Wed Jan 30 15:57:14 2013 +0100
6d3471
6d3471
    desktop file: remove obsolete encoding key
6d3471
6d3471
commit 79a444793a60bd729c72283ad1920f0ce9c65dc2
6d3471
Author: Nils Philippsen <nils@redhat.com>
6d3471
Date:   Fri Nov 19 12:41:23 2010 +0100
6d3471
6d3471
    customize desktop file
6d3471
---
6d3471
 src/xsane.desktop | 11 ++++++++---
6d3471
 1 file changed, 8 insertions(+), 3 deletions(-)
6d3471
6d3471
diff --git a/src/xsane.desktop b/src/xsane.desktop
6d3471
index d5161e5..a2a4a61 100644
6d3471
--- a/src/xsane.desktop
6d3471
+++ b/src/xsane.desktop
6d3471
@@ -1,9 +1,14 @@
6d3471
 [Desktop Entry]
6d3471
-Encoding=UTF-8
6d3471
-Name=XSane - Scanning
6d3471
+Version=1.0
6d3471
+#Name=XSane - Scanning
6d3471
+Name=XSane
6d3471
+GenericName=Scanner Tool
6d3471
+X-GNOME-FullName=XSane (Scanner Tool)
6d3471
 Comment=Acquire images from a scanner
6d3471
 Exec=xsane
6d3471
+TryExec=xsane
6d3471
 Icon=xsane
6d3471
 Terminal=false
6d3471
 Type=Application
6d3471
-Categories=Application;Graphics
6d3471
+Categories=Graphics;2DGraphics;RasterGraphics;Scanning;GTK;
6d3471
+StartupNotify=true
6d3471
-- 
6d3471
1.8.1
6d3471