[Xfce4-commits] [apps/xfdashboard] 01/01: Field "TryExec" should only contain the path to the executable to test if it exists and is executable but not any arguments which should be passed to the executable.
noreply at xfce.org
noreply at xfce.org
Thu Apr 9 06:35:05 CEST 2015
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 960dff6a33ba4f17f5df8d9159b341bd8aaf0415
Author: Stephan Haller <nomad at froevel.de>
Date: Thu Apr 9 06:32:12 2015 +0200
Field "TryExec" should only contain the path to the executable to test if it exists and is executable but not any arguments which should be passed to the executable.
Fixes GH issue #76
---
data/xfdashboard-autostart.desktop.in.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/xfdashboard-autostart.desktop.in.in b/data/xfdashboard-autostart.desktop.in.in
index 16b40aa..8d8a010 100644
--- a/data/xfdashboard-autostart.desktop.in.in
+++ b/data/xfdashboard-autostart.desktop.in.in
@@ -2,7 +2,7 @@
Type=Application
_Name=Xfdashboard
_Comment=Start xfdashboard as daemon in background
-TryExec=@bindir@/xfdashboard -d
+TryExec=@bindir@/xfdashboard
Exec=@bindir@/xfdashboard -d
Icon=xfdashboard
NotShowIn=GNOME;KDE;Unity;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list