[Konsole-devel] [Bug 99331] Fix validation errors for .desktop files

Kurt V.Hindenburg kurt.hindenburg at kdemail.net
Mon Feb 14 17:29:51 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=99331         




------- Additional Comments From kurt.hindenburg kdemail net  2005-02-14 18:29 -------
/kdebase/konsole)> find . -iname \*desktop | grep -v other
./kwrited.desktop
./konsole/x-konsole.desktop
./kcmkonsole.desktop
./terminalemulator.desktop
./konsole-script.desktop
./konsolehere.desktop
./konsolepart.desktop
./konsolesu.desktop
./konsole.desktop


% find . -iname \*desktop | grep -v other | xargs -n1 desktop-file-validate       

Sample errors/warnings:

./konsole.desktop: warning: file contains key "DocPath", this key is currently reserved for use within KDE, and should in the future KDE releases be prefixed by "X-"
./konsole.desktop: warning: non-standard key "Test" lacks the "X-" prefix

./konsolehere.desktop: warning: file contains key "ServiceTypes", this key is currently reserved for use within KDE, and should in the future KDE releases be prefixed by "X-"
./konsolepart.desktop: warning: file specifies "Type=Service", this value for "Type" is currently reserved for use within KDE, and should in future KDE releases be prefixed by "X-"



More information about the konsole-devel mailing list