From 8ac8ca2cd9375cc3d9cdf7e50b9f07dad6c4ef8e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 6 Mar 2015 09:00:05 -0600 Subject: One test directory to rule them all --- tests/applications/test.desktop | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/applications/test.desktop (limited to 'tests/applications/test.desktop') diff --git a/tests/applications/test.desktop b/tests/applications/test.desktop new file mode 100644 index 0000000..c2332b9 --- /dev/null +++ b/tests/applications/test.desktop @@ -0,0 +1,2 @@ +[Desktop Entry] +Type=Application -- cgit v1.2.3 From 474099ef1d4010fa918da698707b644cbc3fe5da Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 6 Mar 2015 21:46:30 -0600 Subject: A test that puts a message in the menu --- tests/applications/test.desktop | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/applications/test.desktop') diff --git a/tests/applications/test.desktop b/tests/applications/test.desktop index c2332b9..63ccb6b 100644 --- a/tests/applications/test.desktop +++ b/tests/applications/test.desktop @@ -1,2 +1,5 @@ [Desktop Entry] Type=Application +Name=Test +Exec=test +Icon=test-app -- cgit v1.2.3