http://bugs.winehq.org/show_bug.cgi?id=19923
Summary: KDE 3.5.10 local desktop files can't be parsed Product: Wine Version: 1.1.29 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: toralf.foerster@gmx.de
Upgrading to the current version I get :
tfoerste@n22 ~ $ perl -wne '$h{$_}++; END { foreach (sort keys %h) { print "$h{$_}\t$_" } }' /tmp/LotusNotes.stderr 1 Could not parse file '/home/tfoerste/.local/share/applications/Terminal 3270.desktop': Invalid key name: Exec[$e] 1 Could not parse file '/home/tfoerste/.local/share/applications/kde-kate.desktop': Invalid key name: Exec[$e] 1 Could not parse file '/home/tfoerste/.local/share/applications/kde-kxmleditor.desktop': Invalid key name: Exec[$e] 1 Could not parse file '/home/tfoerste/.local/share/applications/openoffice.org-calc.desktop': Invalid key name: Exec
... Should wine handle such entries or is this a bug of KDE 3 ?