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 ?
http://bugs.winehq.org/show_bug.cgi?id=19923
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-03 08:32:59 --- Don't see wine anywhere in what you posted - not Wine related.
http://bugs.winehq.org/show_bug.cgi?id=19923
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-03 08:33:41 --- Closing invalid - not Wine bug.
http://bugs.winehq.org/show_bug.cgi?id=19923
--- Comment #3 from Toralf Förster toralf.foerster@gmx.de 2009-09-03 08:48:59 --- (In reply to comment #1)
Don't see wine anywhere in what you posted - not Wine related.
After I upgraded wine from 1.1.28 to 1.1.29 I get theses messages while starting Lotus Notes :
tfoerste@n22 ~ $ Could not parse file '/home/tfoerste/.local/share/applications/kde-kxmleditor.desktop': Invalid key name: Exec[$e] File '/home/tfoerste/.local/share/applications/qgo.desktop' contains invalid MIME type 'Application' that is missing a slash Could not parse file '/home/tfoerste/.local/share/applications/sametime.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/wpa_gui-wpa_supplicant.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/tec.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/openoffice.org-calc.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/xpn.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/Terminal 3270.desktop': Invalid key name: Exec[$e] Could not parse file '/home/tfoerste/.local/share/applications/kde-kate.desktop': Invalid key name: Exec[$e] ...
Therefore I expected a wine regression ...
http://bugs.winehq.org/show_bug.cgi?id=19923
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2009-09-03 09:10:18 --- That messages have nothing to do with Wine.
http://bugs.winehq.org/show_bug.cgi?id=19923
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com
--- Comment #5 from Austin English austinenglish@gmail.com 2009-09-03 11:01:42 --- It could be related to winemenubuilder/explorer parsing the applications .desktop list for windows shortcuts that have been removed... Damjan, could you comment?
http://bugs.winehq.org/show_bug.cgi?id=19923
--- Comment #6 from Damjan Jovanovic damjan.jov@gmail.com 2009-09-03 12:05:07 --- It's probably the applications called by winemenubuilder, namely "update-mime-database ~/.local/share/mime" and "update-desktop-database ~/.local/share/applications". Run those manually to see which it is.
Those errors are harmless, and it has nothing to do with Wine, though we might want to hide their output from the user to avoid similar bug reports in the future?
http://bugs.winehq.org/show_bug.cgi?id=19923
--- Comment #7 from Toralf Förster toralf.foerster@gmx.de 2009-09-03 12:30:31 --- It is "update-desktop-database ~/.local/share/applications" which happens w/ this wine version (probably only if the ~/.wine dir was removed / pruned before).