diff options
author | Ted Gould <ted@gould.cx> | 2010-02-16 15:27:18 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-16 15:27:18 -0600 |
commit | 755e697c2ba60010ea0fde875047a98c4f759513 (patch) | |
tree | 52b81862aa682a7f79e6f9f97b90fbefcd1e6b1e /tests/test-well-formed.desktop | |
parent | 17cdd8ca932b4bab811bc0f7b53795588bb2bc12 (diff) | |
download | libayatana-indicator-755e697c2ba60010ea0fde875047a98c4f759513.tar.gz libayatana-indicator-755e697c2ba60010ea0fde875047a98c4f759513.tar.bz2 libayatana-indicator-755e697c2ba60010ea0fde875047a98c4f759513.zip |
Better name
Diffstat (limited to 'tests/test-well-formed.desktop')
-rw-r--r-- | tests/test-well-formed.desktop | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/test-well-formed.desktop b/tests/test-well-formed.desktop new file mode 100644 index 0000000..fc906a3 --- /dev/null +++ b/tests/test-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 + |