diff options
author | Ted Gould <ted@gould.cx> | 2010-02-16 15:13:29 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-16 15:13:29 -0600 |
commit | 1a85eb2ce73907d4f9b11a05efbc3f5c2c77e82a (patch) | |
tree | ab3973c61da4cb18ffa28f2844b82fb289d29a65 | |
parent | 8fb1d365d8e8381e3ae62f06fba5fe3632bb387d (diff) | |
download | libayatana-indicator-1a85eb2ce73907d4f9b11a05efbc3f5c2c77e82a.tar.gz libayatana-indicator-1a85eb2ce73907d4f9b11a05efbc3f5c2c77e82a.tar.bz2 libayatana-indicator-1a85eb2ce73907d4f9b11a05efbc3f5c2c77e82a.zip |
Create a testing desktop file
-rw-r--r-- | tests/keyfile-well-formed.desktop | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/keyfile-well-formed.desktop b/tests/keyfile-well-formed.desktop new file mode 100644 index 0000000..fc906a3 --- /dev/null +++ b/tests/keyfile-well-formed.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] +Name=My Application +Exec=ls +NotShowIn=Germany +X-Ayatana-Desktop-Shortcuts=bob;alvin;jim + +[bob Shortcut Group] +Name=Bob's shortcut +Exec=ls bob + +[alvin Shortcut Group] +Name=Alivin's shortcut +Exec=ls alvin +OnlyShowIn=France + +[jim Shortcut Group] +Name=Jim's shortcut +Exec=ls jim +NotShowIn=France + |