diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 21:48:10 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 21:48:10 -0600 |
commit | 8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e (patch) | |
tree | d7ac15bb30fb017e184ae1c647d027f5edeb3a92 /tests/test-libappindicator.desktop | |
parent | 2855f7ddc41cee49729cc94a43a3bead2de22055 (diff) | |
parent | fbf708eb94946bf976ea3902f00d4a4376c760da (diff) | |
download | libayatana-appindicator-8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e.tar.gz libayatana-appindicator-8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e.tar.bz2 libayatana-appindicator-8bfcfe5e5f7aff74496c32d4ca20e3264bd7337e.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; |