aboutsummaryrefslogtreecommitdiff
path: root/lumina-info/lumina-info.desktop
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-01-28 12:35:48 -0500
committerKen Moore <ken@pcbsd.org>2015-01-28 12:35:48 -0500
commit09ffe0e5e565f3fd8a8d98502508bebb94e1a63e (patch)
treef34dd309525642f1366503175445bc51a9142092 /lumina-info/lumina-info.desktop
parentAlso add the lumina-info utility to the i18n-projects file (so it gets added ... (diff)
downloadlumina-09ffe0e5e565f3fd8a8d98502508bebb94e1a63e.tar.gz
lumina-09ffe0e5e565f3fd8a8d98502508bebb94e1a63e.tar.bz2
lumina-09ffe0e5e565f3fd8a8d98502508bebb94e1a63e.zip
Add knowledge of the lumina-info utility to the Lumina desktop (userbutton, config menu). Also make sure that there is a *.desktop shortcut for the application (and update the pkg-plist)
Also allow for "-<something>" to be put in the version number without messing up the version checking routine, and tag the current version on the master branch as 0.8.2-devel (once the stable/official release is branched, the "-devel" tag will get either dropped or changed to "-release" in that branch, with the master branch moving on to the next <version>-devel)
Diffstat (limited to 'lumina-info/lumina-info.desktop')
-rw-r--r--lumina-info/lumina-info.desktop11
1 files changed, 11 insertions, 0 deletions
diff --git a/lumina-info/lumina-info.desktop b/lumina-info/lumina-info.desktop
new file mode 100644
index 00000000..2fea4e2e
--- /dev/null
+++ b/lumina-info/lumina-info.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Exec=lumina-info
+Icon=/usr/local/share/pixmaps/Lumina-DE.png
+Terminal=false
+Type=Application
+StartupNotify=true
+Categories=System;
+OnlyShowIn=Lumina
+Name=Lumina Desktop Information
+Comment=View information about the Lumina Desktop Environment
+
bgstack15