aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-11-08 11:49:27 -0500
committerTed Gould <ted@gould.cx>2010-11-08 11:49:27 -0500
commit145fd40be09045eb775dd5cdf754623ae7fc210b (patch)
tree9065e22cf53449c89fd42cc2c8585e100cbf1cd6 /tests
parent8d9b6e921d45ba5f4153e7c1fd784eef64c3d80e (diff)
downloadlibayatana-appindicator-145fd40be09045eb775dd5cdf754623ae7fc210b.tar.gz
libayatana-appindicator-145fd40be09045eb775dd5cdf754623ae7fc210b.tar.bz2
libayatana-appindicator-145fd40be09045eb775dd5cdf754623ae7fc210b.zip
Adding a desktop file for testing
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
-rw-r--r--tests/test-libappindicator.desktop23
2 files changed, 26 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f2bdbb2..f52b78b 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -13,7 +13,9 @@ check_PROGRAMS = \
TESTS =
DISTCLEANFILES = $(TESTS)
-EXTRA_DIST = run-xvfb.sh
+EXTRA_DIST = \
+ run-xvfb.sh \
+ test-libappindicator.desktop
#########################################
## test-libappindicator
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;