mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
Add missing file
This got removed during the OnlyShowIn shuffle.
This commit is contained in:
parent
9ec8ab62b2
commit
985e95e831
16
gio/tests/appinfo-test-actions.desktop
Normal file
16
gio/tests/appinfo-test-actions.desktop
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user