mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 18:54:04 +02:00
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.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Application
|
Type=Application
|
||||||
Actions=frob;tweak;twiddle;quit
|
Name=Test
|
||||||
|
Actions=frob;tweak;twiddle;quit;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
DBusActivatable=true
|
DBusActivatable=true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user