[Bug 9511] New: Wine uses wrong icon on desktop for installed application
http://bugs.winehq.org/show_bug.cgi?id=9511 Summary: Wine uses wrong icon on desktop for installed application Product: Wine Version: 0.9.44. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P5 Component: wine-misc AssignedTo: wine-bugs(a)winehq.org ReportedBy: Stuart(a)houseofanime.org Simple enough issue - When installing DVD Profiler, a desktop icon is created. This is fine, but the icon is of lower quality than those available in the exe (I _think_ it is the 32x32-32bit icon, when a 48x48-32bit icon is available). Windows XP uses the correct 48x48 icon. This issues does not occur with other applications I've installed where similar choices are available. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9511 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|wine-misc |wine-programs --- Comment #1 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-08-29 07:37:31 --- That is because winemenubuilder does not support more then 16-color icons. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9511 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.2.0 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9511 Scott Ritchie <scott(a)open-vote.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |scott(a)open-vote.org Keywords| |integration -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9511 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-10-21 17:33:05 --- Now it does. Please check with the resent Wine version. Closing fixed. Reopen if the problem still exists. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9511 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-24 11:12:39 --- Closing bugs fixed in 1.1.7. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9511 Stuart Middleton <Stuart(a)houseofanime.org> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.invelos.com/Downl | |oads.aspx Status|CLOSED |UNCONFIRMED Keywords| |download Resolution|FIXED | --- Comment #4 from Stuart Middleton <Stuart(a)houseofanime.org> 2008-11-23 05:16:46 --- Just tested (a little late I admit), and I don't see the difference. The bug was raised and tested with DVD Profiler. Extracting and analyzing the icon shows that it contains 8 images: 48x48_8bit 32x32_8bit 24x24_8bit 16x16_8bit 48x48_32bit 32x32_32bit 24x24_32bit 16x16_32bit Both before and after 1.1.7, I'm seeing Wine creating desktop icons using the 48x48_8bit icon over the 48x48_32bit icon. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9511 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov(a)gmail.com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #5 from Damjan Jovanovic <damjan.jov(a)gmail.com> 2008-12-27 06:41:19 --- Hello When icons come from EXE or DLL files, Wine currently puts an arbitrary limit of 8 BPP. I've just sent in a patch for that, I'll attach it next in case you want to test it. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9511 --- Comment #6 from Damjan Jovanovic <damjan.jov(a)gmail.com> 2008-12-27 06:42:43 --- Created an attachment (id=18237) --> (http://bugs.winehq.org/attachment.cgi?id=18237) Support icons better Here's the patch, it not only supports > 8 BPP but stops the common case of icons not being generated because they are ordered a certain way. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9511 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9511 Damjan Jovanovic <damjan.jov(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Damjan Jovanovic <damjan.jov(a)gmail.com> 2008-12-28 01:26:49 --- My patch is in the latest git and 24 BPP icons work for me -> resolving fixed. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9511 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2009-01-02 10:33:06 --- Closing bugs fixed in 1.1.12. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org