[Bug 24698] New: Explorer++ doesn't show file icons
http://bugs.winehq.org/show_bug.cgi?id=24698 Summary: Explorer++ doesn't show file icons Product: Wine Version: 1.3.4 Platform: x86-64 URL: http://www.explorerplusplus.com/download OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: RandomAccountName(a)mail.com Created an attachment (id=31209) --> (http://bugs.winehq.org/attachment.cgi?id=31209) Terminal output In the main explorer view of Explorer++, none of the file and folder icons are displayed. Only blank space is shown in their place. -- 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=24698 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source -- 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=24698 --- Comment #1 from A Wine user <RandomAccountName(a)mail.com> 2011-08-22 04:41:56 CDT --- Created an attachment (id=36073) --> (http://bugs.winehq.org/attachment.cgi?id=36073) Screenshot showing the problem Still present in wine-1.3.26 and Explorer++ 1.3. -- 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=24698 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |shell32 --- Comment #2 from A Wine user <RandomAccountName(a)mail.com> 2011-09-21 01:07:18 CDT --- This bug doesn't occur if native shell32, shlwapi, and comctl32 are used. Native shell32 can't be tested here without the other two, but using only native shlwapi and comctl32 brings back the bug, so it seems to be a shell32 problem. -- 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=24698 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |00cpxxx(a)gmail.com Ever Confirmed|0 |1 --- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-06-25 18:59:04 CDT --- Still present in wine 1.5.7. The problem still seems to be: fixme:shell:SHGetFileInfoW SHGFI_OVERLAYINDEX unhandled -- 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=24698 Teo <cruonit(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cruonit(a)gmail.com --- Comment #4 from Teo <cruonit(a)gmail.com> 2013-01-11 10:14:30 CST --- I think this is the problem: static INT LISTVIEW_SetView(LISTVIEW_INFO *infoPtr, DWORD nView) 09041 { 09042 SIZE oldIconSize = infoPtr->iconSize; 09043 HIMAGELIST himl; 09044 09045 if (infoP ((INT)nView tr->uView == nView) return 1; 09046 09047 if < 0 || nView > LV_VIEW_MAX) return -1; 09048 if (nView == LV_VIEW_TILE) 09049 { 09050 FIXME("View LV_VIEW_TILE unimplemented\n"); 09051 return -1; 09052 } the same thing in my application: http://pokit.org/get/img/172f868505c38c1f41ab79f3add90133.png same .exe: http://pokit.org/get/img/f044f531fef484bb5c069a4a4c1f2519.png -- 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=24698 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> 2013-01-11 10:19:50 CST --- I don't see how this is related. Tile mode is not supported, but we simply don't switch from original mode - you see that with report mode in your application. Icons should work if we stay in list mode. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24698 --- Comment #6 from A Wine user <RandomAccountName(a)mail.com> --- Still in wine-1.7.32-63-g85ca920. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24698 Teras <teras(a)luukku.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |teras(a)luukku.com --- Comment #7 from Teras <teras(a)luukku.com> --- Same issue with wine-1.7.37-120-gafa965a -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24698 nallekarhu_80(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nallekarhu_80(a)luukku.com --- Comment #8 from nallekarhu_80(a)luukku.com --- The same 1.7.47 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24698 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #9 from winetest(a)luukku.com --- Created attachment 58169 --> https://bugs.winehq.org/attachment.cgi?id=58169 works 2.8 I didnt expect this bug to be fixed. Can someone confirm that it works? wine 2.8 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24698 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #10 from Bruno Jesus <00cpxxx(a)gmail.com> --- I can confirm this is fixed, it is recent fix since the problem is still present in Wine 2.5. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=24698 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 2.9. -- 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