[Xfce4-commits] <xfce4-panel:devel> Quote the filename in the add launcher desktop file.

Nick Schermer nick at xfce.org
Tue Aug 11 20:30:05 CEST 2009


Updating branch refs/heads/devel
         to 96cc9c718fa7a4815392eb4bd370ca640b1b8ec8 (commit)
       from 13194455e788648f4b5ed93930389145a5350225 (commit)

commit 96cc9c718fa7a4815392eb4bd370ca640b1b8ec8
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Mar 13 21:07:29 2009 +0100

    Quote the filename in the add launcher desktop file.

 panel-desktop-handler.desktop.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-desktop-handler.desktop.in b/panel-desktop-handler.desktop.in
index 4df9d21..4b75471 100644
--- a/panel-desktop-handler.desktop.in
+++ b/panel-desktop-handler.desktop.in
@@ -5,7 +5,7 @@ _Name=Create Launcher on Xfce Panel
 _Comment=Create a new launcher on the Xfce Panel
 _GenericName=Create Launcher on Xfce Panel
 TryExec=xfce4-panel
-Exec=xfce4-panel --add=launcher %F
+Exec=xfce4-panel --add=launcher '%F'
 Icon=application-x-executable
 Terminal=false
 Hidden=true



More information about the Xfce4-commits mailing list