diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 22:00:05 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 22:00:05 -0600 |
commit | 0f4c1ea2e42274464d4acef34e2048b5791d51fb (patch) | |
tree | 304379249fc32c2735aa1815dc4940c72f0673c9 /tests/test-libappindicator.desktop | |
parent | 671666f8ece765624fe6f2c94e6ece24688c5b8c (diff) | |
parent | fbf708eb94946bf976ea3902f00d4a4376c760da (diff) | |
download | libayatana-appindicator-0f4c1ea2e42274464d4acef34e2048b5791d51fb.tar.gz libayatana-appindicator-0f4c1ea2e42274464d4acef34e2048b5791d51fb.tar.bz2 libayatana-appindicator-0f4c1ea2e42274464d4acef34e2048b5791d51fb.zip |
Merging from trunk with the desktop convience function.
Diffstat (limited to 'tests/test-libappindicator.desktop')
-rw-r--r-- | tests/test-libappindicator.desktop | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/test-libappindicator.desktop b/tests/test-libappindicator.desktop new file mode 100644 index 0000000..59be810 --- /dev/null +++ b/tests/test-libappindicator.desktop @@ -0,0 +1,23 @@ +[Desktop Entry] +Name=AppIndicator Test +GenericName=Test +Comment=This is only a test +Exec=/usr/bin/false +Terminal=false +Type=Application +X-Ayatana-Desktop-Shortcuts=Short1;Short2;Short3; + +[Short1 Shortcut Group] +Name=Shortcut 1 +Exec=/usr/bin/true +OnlyShowIn=Test Program; + +[Short2 Shortcut Group] +Name=Shortcut 2 +Exec=/usr/bin/true +OnlyShowIn=Test Program; + +[Short3 Shortcut Group] +Name=Shortcut 3 +Exec=/usr/bin/true +OnlyShowIn=Test Program; |