41 lines
993 B
Diff
41 lines
993 B
Diff
|
From 1834f4a87438153c1e8ca8c175719f22585af497 Mon Sep 17 00:00:00 2001
|
||
|
From: Nils Philippsen <nils@redhat.com>
|
||
|
Date: Fri, 19 Nov 2010 12:42:18 +0100
|
||
|
Subject: [PATCH] patch: desktop-file
|
||
|
|
||
|
Squashed commit of the following:
|
||
|
|
||
|
commit c59edca6b96613f59cd4c08350b64a46b5992ddc
|
||
|
Author: Nils Philippsen <nils@redhat.com>
|
||
|
Date: Fri Nov 19 12:41:23 2010 +0100
|
||
|
|
||
|
customize desktop file
|
||
|
---
|
||
|
src/xsane.desktop | 9 +++++++--
|
||
|
1 files 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.3.2
|
||
|
|