http://bugs.winehq.org/show_bug.cgi?id=17450
Summary: No icons for printers in PowerPoint 2003 dialog Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fgouget@codeweavers.com
Here is how to reproduce this issue: * Install Office 2003 * Start PowerPoint 2003 * File -> Print... * click on the 'Name:' drop-down to see the list of printers
You will get the list of printers with a blank space to the left of the name of the printer, which is where the printer icon should be.
Note: If the printer drop-down list is all squeezed up and unusable, use winecfg to set riched20 to native (see bug 8358 for more details).
http://bugs.winehq.org/show_bug.cgi?id=17450
--- Comment #1 from Austin English austinenglish@gmail.com 2009-02-18 11:18:18 --- Does native comdlg32 help?
http://bugs.winehq.org/show_bug.cgi?id=17450
--- Comment #2 from François Gouget fgouget@codeweavers.com 2009-02-18 16:36:01 --- Native comdlg32.dll does not help unfortunately. Office 2003 does not install a native comdlg32.dll. So I copied one from Windows XP and then checked with +loaddll that it was being used. But it made no difference.
http://bugs.winehq.org/show_bug.cgi?id=17450
Detlef Riekenberg wine.dev@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.dev@web.de
--- Comment #3 from Detlef Riekenberg wine.dev@web.de 2009-03-05 15:15:55 --- (In reply to comment #2)
Native comdlg32.dll does not help unfortunately.
shell32,Printer_LoadIconsW and the missing icons should not the issue, as we return always the default icon.
When the Dialog is self-made by Powerpoint, then +comboex might help to find the bug. (dlls/comctl32/comboex.c)
A screenshoot / log would be nice
http://bugs.winehq.org/show_bug.cgi?id=17450
--- Comment #4 from François Gouget fgouget@codeweavers.com 2009-03-10 07:18:15 --- Created an attachment (id=19860) --> (http://bugs.winehq.org/attachment.cgi?id=19860) +relay,+imagelist trace
+comboex yields no traces so I used +relay,+imagelist one instead.
http://bugs.winehq.org/show_bug.cgi?id=17450
--- Comment #5 from François Gouget fgouget@codeweavers.com 2009-03-10 07:20:36 --- Created an attachment (id=19862) --> (http://bugs.winehq.org/attachment.cgi?id=19862) Screenshot
http://bugs.winehq.org/show_bug.cgi?id=17450
--- Comment #6 from Austin English austinenglish@gmail.com 2009-09-08 11:42:33 --- Is this still an issue in current (1.1.29 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=17450
--- Comment #7 from François Gouget fgouget@codeweavers.com 2009-09-08 15:50:33 --- Yes, the bug is still present in wine 1.1.29.
http://bugs.winehq.org/show_bug.cgi?id=17450
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio@earthlink.net
--- Comment #8 from Rosanne DiMesio dimesio@earthlink.net 2010-05-31 22:53:05 --- Still present in 1.2-rc2.
http://bugs.winehq.org/show_bug.cgi?id=17450
--- Comment #9 from Austin English austinenglish@gmail.com 2012-03-19 14:52:44 CDT --- This is your friendly reminder that there has been no bug activity for 650 days. Is this still an issue in current (1.4 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=17450
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial
--- Comment #10 from Rosanne DiMesio dimesio@earthlink.net 2012-03-19 19:16:03 CDT --- Still present in 1.5.0. This also affects Word 2003, but not Excel.
http://bugs.winehq.org/show_bug.cgi?id=17450
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz Version|unspecified |1.1.29 Summary|No icons for printers in |No icons for printers in |PowerPoint 2003 dialog |PowerPoint & Word 2003 | |dialog
https://bugs.winehq.org/show_bug.cgi?id=17450
--- Comment #11 from Austin English austinenglish@gmail.com --- Is this still an issue in current (1.7.36 or newer) wine? If so, please attach terminal output.
https://bugs.winehq.org/show_bug.cgi?id=17450
--- Comment #12 from François Gouget fgouget@codeweavers.com --- Created attachment 50792 --> https://bugs.winehq.org/attachment.cgi?id=50792 +shell,+imagelist,+comboex,+loaddll trace
The bug is still present in today's Wine. I'm attaching a new +shell,+imagelist,+comboex,+loaddll trace.