[Xfce-bugs] blocking-4.8 requested: [Bug 6912] /usr/share/applications/panel-desktop-handler.desktop does not validate

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sat Dec 4 17:53:03 CET 2010


Christoph Wickert <cwickert at fedoraproject.org> has asked  for blocking-4.8:
Bug 6912: /usr/share/applications/panel-desktop-handler.desktop does not
validate
http://bugzilla.xfce.org/show_bug.cgi?id=6912

------- Additional Comments from Christoph Wickert <cwickert at fedoraproject.org>
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


More information about the Xfce-bugs mailing list