From: Matthias Clasen Date: Sun, 14 Jul 2013 15:35:56 +0000 (-0400) Subject: Make a test desktop file a little less invalid X-Git-Tag: 2.37.5~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06b968b6db73c88e16a791328be1ba57fe287d6a;p=platform%2Fupstream%2Fglib.git Make a test desktop file a little less invalid Add a missing Name entry, and add a terminal ; to the Actions entry in org.gtk.test.dbusappinfo.desktop. desktop-file-validate still contains about the DBusActivatable entry and about the missing Exec entries. The former will go away when desktop-file-validate gets updated for the latest spec revision. --- diff --git a/gio/tests/org.gtk.test.dbusappinfo.desktop b/gio/tests/org.gtk.test.dbusappinfo.desktop index bd3d062..9bb257c 100644 --- a/gio/tests/org.gtk.test.dbusappinfo.desktop +++ b/gio/tests/org.gtk.test.dbusappinfo.desktop @@ -1,6 +1,7 @@ [Desktop Entry] Type=Application -Actions=frob;tweak;twiddle;quit +Name=Test +Actions=frob;tweak;twiddle;quit; StartupNotify=true DBusActivatable=true