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

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