! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
/usr/share/applications/panel-desktop-handler.desktop does not validate
Status:
RESOLVED: FIXED
Product:
Xfce4-panel
Component:
General

Comments

Description Christoph Wickert editbugs 2010-12-04 17:53:03 CET
In xfce 4.8 pre /usr/share/applications/panel-desktop-handler.desktop breaks desktop-file-validate:

$ desktop-file-validate /usr/share/applications/panel-desktop-handler.desktop
/usr/share/applications/panel-desktop-handler.desktop: error: value "xfce4-panel --add=launcher '%F'" for key "Exec" in group "Desktop Entry" contains a reserved character ''' outside of a quote

Fix:
--- xfce4-panel-4.7.5.orig/panel-desktop-handler.desktop.in	2010-12-04 11:45:57.000000000 +0100
+++ xfce4-panel-4.7.5/panel-desktop-handler.desktop.in	2010-12-04 17:32:09.400087536 +0100
@@ -2,7 +2,7 @@
 Type=Application
 _Name=Create Launcher on the panel
 _Comment=Add a new launcher to the panel based on the information of this desktop file
-Exec=xfce4-panel --add=launcher '%F'
+Exec="xfce4-panel --add=launcher '%F'"
 Icon=application-x-executable
 Terminal=false
 NoDisplay=true
Comment 1 Nick Schermer editbugs 2010-12-04 22:34:23 CET
Different fix in d4d0cb7.

Bug #6912

Reported by:
Christoph Wickert
Reported on: 2010-12-04
Last modified on: 2010-12-04

People

Assignee:
Nick Schermer
CC List:
0 users

Version

Attachments

Additional information