diff options
author | Ted Gould <ted@gould.cx> | 2012-03-07 14:08:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-07 14:08:40 -0600 |
commit | 67872e2808a7c4f4d414822198e4a3f951bdf411 (patch) | |
tree | ec6847f736a6188a06557a516de5b16ba5c6fb0d /tests | |
parent | 169093d37a32b8019211dd998a6b1ec2df68e450 (diff) | |
parent | 18d670b206e2c4292451cb17602d209a628a7e21 (diff) | |
download | libayatana-indicator-67872e2808a7c4f4d414822198e4a3f951bdf411.tar.gz libayatana-indicator-67872e2808a7c4f4d414822198e4a3f951bdf411.tar.bz2 libayatana-indicator-67872e2808a7c4f4d414822198e4a3f951bdf411.zip |
Import upstream version 0.4.93
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-well-formed.desktop | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test-well-formed.desktop b/tests/test-well-formed.desktop index 84e2e02..be20f8f 100644 --- a/tests/test-well-formed.desktop +++ b/tests/test-well-formed.desktop @@ -2,23 +2,23 @@ Name=My Application Exec=ls NotShowIn=Germany -X-Ayatana-Desktop-Shortcuts=bob;alvin;jim;touch +Actions=bob;alvin;jim;touch -[bob Shortcut Group] +[Desktop Action bob] Name=bob's shortcut Exec=ls bob -[alvin Shortcut Group] +[Desktop Action alvin] Name=alvin's shortcut Exec=ls alvin OnlyShowIn=France -[jim Shortcut Group] +[Desktop Action jim] Name=Jim's shortcut Exec=ls jim NotShowIn=France -[touch Shortcut Group] +[Desktop Action touch] Name=Touch Test Exec=touch test-desktop-shortcuts-touch-test OnlyShowIn=TouchTest |