diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-18 17:33:16 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-18 17:33:16 +0100 |
commit | 2de657413f7d244e92e1fe2efbc2c412ec862f4d (patch) | |
tree | 8607d41147bed9b60417fbf4d8a73769a8837a4d /tests/test-well-formed.desktop | |
parent | 050ef48d22ce3f4626eb11867fea14f0e8a0854e (diff) | |
parent | 6528ac058ec48080e39fd0d83f2e5f78b5da3111 (diff) | |
download | libayatana-indicator-2de657413f7d244e92e1fe2efbc2c412ec862f4d.tar.gz libayatana-indicator-2de657413f7d244e92e1fe2efbc2c412ec862f4d.tar.bz2 libayatana-indicator-2de657413f7d244e92e1fe2efbc2c412ec862f4d.zip |
releasing version 0.3.3-0ubuntu10.3.3-0ubuntu1
Diffstat (limited to 'tests/test-well-formed.desktop')
-rw-r--r-- | tests/test-well-formed.desktop | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/test-well-formed.desktop b/tests/test-well-formed.desktop new file mode 100644 index 0000000..84e2e02 --- /dev/null +++ b/tests/test-well-formed.desktop @@ -0,0 +1,24 @@ +[Desktop Entry] +Name=My Application +Exec=ls +NotShowIn=Germany +X-Ayatana-Desktop-Shortcuts=bob;alvin;jim;touch + +[bob Shortcut Group] +Name=bob's shortcut +Exec=ls bob + +[alvin Shortcut Group] +Name=alvin's shortcut +Exec=ls alvin +OnlyShowIn=France + +[jim Shortcut Group] +Name=Jim's shortcut +Exec=ls jim +NotShowIn=France + +[touch Shortcut Group] +Name=Touch Test +Exec=touch test-desktop-shortcuts-touch-test +OnlyShowIn=TouchTest |