[gnome-photos] Fix desktop file syntax
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] Fix desktop file syntax
- Date: Sun, 18 Nov 2012 18:47:13 +0000 (UTC)
commit 3aa3bc0b07f9800bf0c60e31378b641588f4da44
Author: Mathieu Bridon <bochecha fedoraproject org>
Date: Sun Nov 18 16:17:11 2012 +0800
Fix desktop file syntax
The OnlyShowIn key must have a trailing semi-colon, or
desktop-file-validate will complain:
$ desktop-file-validate gnome-photos.desktop
gnome-photos.desktop: error: value "GNOME" for string list key
"OnlyShowIn" in group "Desktop Entry" does not have a semicolon (';')
as trailing character
data/gnome-photos.desktop.in.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-photos.desktop.in.in b/data/gnome-photos.desktop.in.in
index d7b1859..f44f43e 100644
--- a/data/gnome-photos.desktop.in.in
+++ b/data/gnome-photos.desktop.in.in
@@ -6,6 +6,6 @@ Icon= PACKAGE_TARNAME@
StartupNotify=true
Terminal=false
Type=Application
-OnlyShowIn=GNOME
+OnlyShowIn=GNOME;
Categories=GNOME;GTK;Utility;Core;
_Keywords=Photos;Pictures;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]