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

Kurt V.Hindenburg kurt.hindenburg at kdemail.net
Mon Feb 14 06:35:41 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         
           Summary: Fix validation errors for .desktop files
           Product: konsole
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: konsole-devel kde org
        ReportedBy: kurt.hindenburg kdemail net


Version:            (using KDE Devel)

http://www.icefox.net/kde/tests/validatedesktop_kdebase.html


% ls *.desktop | xargs -n1 desktop-file-validate
linux.desktop: error: invalid Type "KonsoleApplication"
linux.desktop: warning: non-standard key "Schema" lacks the "X-" prefix
linux.desktop: warning: non-standard key "Font" lacks the "X-" prefix
linux.desktop: warning: non-standard key "Term" lacks the "X-" prefix
linux.desktop: warning: non-standard key "KeyTab" lacks the "X-" prefix
linux.desktop: warning: non-standard key "Cwd" lacks the "X-" prefix
mc.desktop: error: invalid Type "KonsoleApplication"
mc.desktop: warning: non-standard key "Cwd" lacks the "X-" prefix
mc.desktop: warning: non-standard key "Tips" lacks the "X-" prefix
screen.desktop: error: invalid Type "KonsoleApplication"
screen.desktop: warning: non-standard key "Cwd" lacks the "X-" prefix
shell.desktop: error: invalid Type "KonsoleApplication"
shell.desktop: warning: non-standard key "Cwd" lacks the "X-" prefix
su.desktop: error: invalid Type "KonsoleApplication"
su.desktop: warning: non-standard key "Schema" lacks the "X-" prefix
su.desktop: warning: non-standard key "Cwd" lacks the "X-" prefix
su.desktop: warning: non-standard key "Tips" lacks the "X-" prefix
sumc.desktop: error: invalid Type "KonsoleApplication"
sumc.desktop: warning: non-standard key "Schema" lacks the "X-" prefix
sumc.desktop: warning: non-standard key "Cwd" lacks the "X-" prefix
sumc.desktop: warning: non-standard key "Tips" lacks the "X-" prefix

1. Konsole checks the type==KonsoleApplication, so this can't be change to Application without code changes
2. Add a 'X-' to the non-standard keys; this requires coding changes as well.



More information about the konsole-devel mailing list