41 lines
989 B
Diff
41 lines
989 B
Diff
From f1b8fba60a7b02c17a3cc0a0f773fd11a4de4e93 Mon Sep 17 00:00:00 2001
|
|
From: Nils Philippsen <nils@redhat.com>
|
|
Date: Fri, 2 Sep 2011 11:54:03 +0200
|
|
Subject: [PATCH] patch: desktop-file
|
|
|
|
Squashed commit of the following:
|
|
|
|
commit 4a7ec671855e739649a06dc5c0a050bb6fd651ce
|
|
Author: Nils Philippsen <nils@redhat.com>
|
|
Date: Fri Nov 19 12:41:23 2010 +0100
|
|
|
|
customize desktop file
|
|
---
|
|
src/xsane.desktop | 9 +++++++--
|
|
1 file changed, 7 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/src/xsane.desktop b/src/xsane.desktop
|
|
index d5161e5..efb2011 100644
|
|
--- a/src/xsane.desktop
|
|
+++ b/src/xsane.desktop
|
|
@@ -1,9 +1,14 @@
|
|
[Desktop Entry]
|
|
+Version=1.0
|
|
Encoding=UTF-8
|
|
-Name=XSane - Scanning
|
|
+#Name=XSane - Scanning
|
|
+Name=Scanner Tool
|
|
+GenericName=Scanner Tool
|
|
Comment=Acquire images from a scanner
|
|
Exec=xsane
|
|
+TryExec=xsane
|
|
Icon=xsane
|
|
Terminal=false
|
|
Type=Application
|
|
-Categories=Application;Graphics
|
|
+Categories=Graphics;2DGraphics;RasterGraphics;Scanning;GTK;
|
|
+StartupNotify=true
|
|
--
|
|
1.7.11.4
|
|
|