From 985e95e831b340adb57b848590bc20c4e163100a Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 11 Jul 2013 13:47:45 -0400 Subject: [PATCH] Add missing file This got removed during the OnlyShowIn shuffle. --- gio/tests/appinfo-test-actions.desktop | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gio/tests/appinfo-test-actions.desktop diff --git a/gio/tests/appinfo-test-actions.desktop b/gio/tests/appinfo-test-actions.desktop new file mode 100644 index 000000000..86e3bcfc0 --- /dev/null +++ b/gio/tests/appinfo-test-actions.desktop @@ -0,0 +1,16 @@ +[Desktop Entry] +Type=Application +Actions=frob;tweak;twiddle;broken; +Exec=true + +[Desktop Action frob] +Name=Frobnicate +Exec=touch frob + +[Desktop Action tweak] +Name=Tweak +Exec=touch tweak + +[Desktop Action twiddle] +Name=Twiddle +Exec=touch twiddle