diff options
author | Ted Gould <ted@gould.cx> | 2012-03-02 10:01:59 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-03-02 10:01:59 -0600 |
commit | dbaf540c033c3a1e296834be94dd0893cde88383 (patch) | |
tree | 7f40d3ccc9b0896d4898deb73f40e4b12c0bf11d /tests | |
parent | 54a3d1daeb240ce9b014a549801375e5a2c860f2 (diff) | |
parent | a69f559acd97f91614397479ea6fdd6240620cd5 (diff) | |
download | libayatana-indicator-dbaf540c033c3a1e296834be94dd0893cde88383.tar.gz libayatana-indicator-dbaf540c033c3a1e296834be94dd0893cde88383.tar.bz2 libayatana-indicator-dbaf540c033c3a1e296834be94dd0893cde88383.zip |
Support new FD.o Desktop Actions
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 |