diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-03-02 12:08:04 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-03-02 12:08:04 +0100 |
commit | 0c90dd3489d7aef69ed9a53b7312a6e6d3e55e07 (patch) | |
tree | ade3262f50e90b7921eda2f3e5afb99edf29505f /tests | |
parent | f6f920982d634322e3ebee353c6306ff8b94413f (diff) | |
parent | a69f559acd97f91614397479ea6fdd6240620cd5 (diff) | |
download | libayatana-indicator-0c90dd3489d7aef69ed9a53b7312a6e6d3e55e07.tar.gz libayatana-indicator-0c90dd3489d7aef69ed9a53b7312a6e6d3e55e07.tar.bz2 libayatana-indicator-0c90dd3489d7aef69ed9a53b7312a6e6d3e55e07.zip |
Backport support for the fdo desktop action spec, that's required
to get unity lists to work with the new syntax (lp: #942042)
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 |