diff options
author | Ted Gould <ted@gould.cx> | 2010-12-03 21:43:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-03 21:43:40 -0600 |
commit | fbf708eb94946bf976ea3902f00d4a4376c760da (patch) | |
tree | aba8d989bb0ac824893f7e07f2801df868a0f673 /tests/test-libappindicator.desktop | |
parent | 6145439d03bae606b1376795b10e934dfe76293f (diff) | |
parent | c2e08e008bd9ea4f43a15390e6e4116cc714521a (diff) | |
download | libayatana-appindicator-fbf708eb94946bf976ea3902f00d4a4376c760da.tar.gz libayatana-appindicator-fbf708eb94946bf976ea3902f00d4a4376c760da.tar.bz2 libayatana-appindicator-fbf708eb94946bf976ea3902f00d4a4376c760da.zip |
Adding a convience function for building the items from a desktop file
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; |