DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2328
Version: 1.3.0


Desktop validate returns following errors which can be prevented with
attached patch...

+ desktop-file-validate
/home/simon/rpmbuild/BUILDROOT/fltk-1.3.0-r7246.x86_64/usr/share/applications/fluid.desktop
/home/simon/rpmbuild/BUILDROOT/fltk-1.3.0-r7246.x86_64/usr/share/applications/fluid.desktop:
warning: value "cd %D && fluid %F" for key "Exec" in group "Desktop Entry"
contains a deprecated field code "%D"
/home/simon/rpmbuild/BUILDROOT/fltk-1.3.0-r7246.x86_64/usr/share/applications/fluid.desktop:
error: value "cd %D && fluid %F" for key "Exec" in group "Desktop Entry"
contains a reserved character '&' outside of a quote
/home/simon/rpmbuild/BUILDROOT/fltk-1.3.0-r7246.x86_64/usr/share/applications/fluid.desktop:
error: value "cd %D && fluid %F" for key "Exec" in group "Desktop Entry"
contains a reserved character '&' outside of a quote
/home/simon/rpmbuild/BUILDROOT/fltk-1.3.0-r7246.x86_64/usr/share/applications/fluid.desktop:
error: value "application/x-fluid" for string list key "MimeType" in group
"Desktop Entry" does not have a semicolon (';') as trailing character


Link: http://www.fltk.org/str.php?L2328
Version: 1.3.0
--- fluid/fluid.desktop 2010-03-12 17:57:42.000000000 +0100
+++ fluid/fluid.desktop 2010-03-12 20:25:57.341503549 +0100
@@ -2,9 +2,9 @@
 Name=FLUID
 Comment=FLTK GUI Designer
 TryExec=fluid
-Exec=cd %D && fluid %F
+Exec=fluid %F
 Icon=fluid
 Terminal=false
 Type=Application
-MimeType=application/x-fluid
+MimeType=application/x-fluid;
 Categories=Development;GUIDesigner;
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to