Blame SOURCES/xsane-0.998-desktop-file.patch

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