aboutsummaryrefslogtreecommitdiff
path: root/lumina-fileinfo/lumina-fileinfo.desktop
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2015-04-21 12:46:48 -0400
committerKen Moore <ken@pcbsd.org>2015-04-21 12:46:48 -0400
commit52ae5fc0a07d596d781834f0b4bcc70744f84dc5 (patch)
tree688d80e6a027a1a2396840fef77b59d816141ebf /lumina-fileinfo/lumina-fileinfo.desktop
parentRemove lumina-fileinfo from the overall build (lumina.pro) until it gets test... (diff)
downloadlumina-52ae5fc0a07d596d781834f0b4bcc70744f84dc5.tar.gz
lumina-52ae5fc0a07d596d781834f0b4bcc70744f84dc5.tar.bz2
lumina-52ae5fc0a07d596d781834f0b4bcc70744f84dc5.zip
Clean up the new lumina-fileinfo utility.
1) Get it setup for translations 2) Update the project file to work with all the Lumina defines/locations 3) Remove the registration of the *.desktop shortcut (CLI requirements, not a stand-alone app) 4) Clean up the icon/theme usage so if the icon theme gets changed it will be updated in the utility right away.
Diffstat (limited to 'lumina-fileinfo/lumina-fileinfo.desktop')
-rw-r--r--lumina-fileinfo/lumina-fileinfo.desktop9
1 files changed, 5 insertions, 4 deletions
diff --git a/lumina-fileinfo/lumina-fileinfo.desktop b/lumina-fileinfo/lumina-fileinfo.desktop
index d5b5ddf9..91dace87 100644
--- a/lumina-fileinfo/lumina-fileinfo.desktop
+++ b/lumina-fileinfo/lumina-fileinfo.desktop
@@ -1,10 +1,11 @@
[Desktop Entry]
-Exec=/home/wi/nas/github/lumina/desktop-editor/desktop-editor
-Icon=/usr/local/share/pixmaps/Lumina-DE.png
+Exec=lumina-fileinfo %f
+TryExec=lumina-fileinfo
+Icon=unknown
Terminal=false
Type=Application
StartupNotify=true
Categories=System;
-Name=Lumina Desktop Information
-Comment=View information about the Lumina Desktop Environment
+Name=Lumina File Information
+Comment=View or edit file information
bgstack15