glib/gio/tests/org.gtk.test.dbusappinfo.desktop
Matthias Clasen 06b968b6db 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.
2013-07-14 11:36:45 -04:00

19 lines
262 B
Desktop File

[Desktop Entry]
Type=Application
Name=Test
Actions=frob;tweak;twiddle;quit;
StartupNotify=true
DBusActivatable=true
[Desktop Action frob]
Name=Frobnicate
[Desktop Action tweak]
Name=Tweak
[Desktop Action twiddle]
Name=Twiddle
[Desktop Action quit]
Name=Quit