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 <no...@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.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to