blob: 17942ed0491860b8bdfd74b560db6341ad5c19f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Fix .desktop file to validate.
Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=271569
--- a/gtkam.desktop.in 2009-04-22 15:00:06.000000000 -0700
+++ b/gtkam.desktop.in 2009-06-23 23:30:46.000000000 -0700
@@ -1,9 +1,8 @@
[Desktop Entry]
-Encoding=UTF-8
-_Name=Gtkam Digital Camera Browser
-_Comment=Browse and download images from an attached digital camera
+Name=Gtkam Digital Camera Browser
+Comment=Browse and download images from an attached digital camera
Exec=gtkam
-Icon=gtkam-camera.png
+Icon=gtkam-camera
Terminal=false
Type=Application
Categories=GNOME;GTK;Photography;Graphics;RasterGraphics;Viewer;
|