diff options
author | Ted Gould <ted@gould.cx> | 2012-03-07 14:08:16 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-07 14:08:16 -0600 |
commit | c83d72a33f81a3aad6c85971b81caeceeb0834dd (patch) | |
tree | 7ba3322c3564f83194fba39e9b7c2394b66416d5 /tests | |
parent | c28e242fbc72697ba525e983cc74012bae80b6da (diff) | |
parent | 94c7bd6424040e4b6c6dcaaf89329ef66302d125 (diff) | |
download | libayatana-indicator-c83d72a33f81a3aad6c85971b81caeceeb0834dd.tar.gz libayatana-indicator-c83d72a33f81a3aad6c85971b81caeceeb0834dd.tar.bz2 libayatana-indicator-c83d72a33f81a3aad6c85971b81caeceeb0834dd.zip |
Merging in U. Desktop
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 |