http://bugs.winehq.org/show_bug.cgi?id=23667
Summary: CDBurnerXP 3.0 desktop shortcut uses a generic wine glass icon Product: Wine Version: 1.2-rc7 Platform: x86-64 URL: http://cdburnerxp.se/downloads/releases/3.0.x/ OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: RandomAccountName@mail.com CC: damjan.jov@gmail.com
Created an attachment (id=29617) --> (http://bugs.winehq.org/attachment.cgi?id=29617) Disable part of ExtractFromFileType
When CDBurnerXP 3.0 is installed, the icon it creates on the desktop uses a generic icon (wine glass) instead of the program icon seen on Windows. This wasn't the case in the past, so I did a regression test:
f26b663172d80c300df993465b6a01369795a76f is first bad commit commit f26b663172d80c300df993465b6a01369795a76f Author: Damjan Jovanovic damjan.jov@gmail.com Date: Mon Jun 7 21:40:26 2010 +0200
winemenubuilder: Also extract .lnk icons from file types.
:040000 040000 2e90126e777c75d2d11cf34b63ceb4e34107ebbd 7d6b92c5b6e0de2cc451c13382a9a3428e10f63d M programs
After reverting that patch, the icon is created correctly. It can also be fixed by commenting out part of the function added in that patch. (See attachment)