[Bug 29474] New: IconsExtract: Tooltips for Search, Save, Copy, [icon] Properties, and Close buttons do not appear when hovering mouse over button.
http://bugs.winehq.org/show_bug.cgi?id=29474 Bug #: 29474 Summary: IconsExtract: Tooltips for Search, Save, Copy, [icon] Properties, and Close buttons do not appear when hovering mouse over button. Product: Wine Version: 1.3.35 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: jthomas97411(a)yahoo.com Classification: Unclassified Simply open IconsExtract (either version 1.46 or 1.47) in Wine (haven't seen a Wine version be able to do this) and hover your mouse over the buttons on the top that have picture icons (Magnifying glass for Search, Floppy diskette for Save, Finger pointing to a piece of paper for [icon] properties, and an arrow pointing out an ajar door for Quit). A tooltip is supposed to appear saying what the button does when the mouse is hovered over, but no tooltip appears. There is zero terminal output. Nada. None. Not even a single stub or fixme. And yes Gecko was installed, and yes it was a clean prefix. -- 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=29474 Jake Thomas <jthomas97411(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, integration URL| |http://www.nirsoft.net/util | |s/iconsext.zip -- 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=29474 Jake Thomas <jthomas97411(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |trivial -- 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=29474 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- 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=29474 A Wine user <RandomAccountName(a)mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |RandomAccountName(a)mail.com --- Comment #1 from A Wine user <RandomAccountName(a)mail.com> 2011-12-29 03:24:54 CST --- Confirming. winetricks comctl32 works around this. -- 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=29474 --- Comment #2 from Jake Thomas <jthomas97411(a)yahoo.com> 2011-12-30 04:03:13 CST --- Neither winetricks comctl32 or doing a comctl32 dll override gave me tooltips. -- 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=29474 --- Comment #3 from A Wine user <RandomAccountName(a)mail.com> 2011-12-30 05:05:31 CST --- Created attachment 38174 --> http://bugs.winehq.org/attachment.cgi?id=38174 Partial screenshot with native comctl32 Do the icons in the application look any different for you after winetricks comctl32? Native comctl32 should cause them to display without transparent backgrounds due to some incompatibility. If they still look the same, Wine might not be loading the native one for some reason. You could also try running it with WINEDEBUG=+loaddll to see whether the native one is ever loaded. If they really don't work for you with native comctl32, I can't explain the inconsistency. This screenshot shows how it looks for me with native comctl32. -- 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=29474 --- Comment #4 from Jake Thomas <jthomas97411(a)yahoo.com> 2012-01-04 01:29:56 CST --- Could you please tell just how you did this override? Because no matter what I do, I can't get those tooltips. I've tried setting the override in winecfg without copying over the dll and with copying over the dll. I've gone to the prefix's system32 folder, found comctl32.dll, renamed it to comctl32_original.dll, and copied in the comctl32.dll from my Windows side. I've tried setting the override first and then replacing the dll as well as replacing the dll and then setting the override. My icons don't look any different. I am now using Wine 1.3.36 (wasn't getting the tooltips in 1.3.35 either). When I do this override stuff, I get fixmes in terminal, where before I didn't have anything. In fact, one time winecfg wouldn't start. This is the error (think this is the only one from the override stuff): fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented information class: ProcessWx86Information Happy New Year! Jake -- 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=29474 --- Comment #5 from A Wine user <RandomAccountName(a)mail.com> 2012-01-04 01:53:21 CST --- (In reply to comment #4)
Could you please tell just how you did this override? Because no matter what I do, I can't get those tooltips.
Here's what works for me: 1. Start with a clean wineprefix (delete or temporarily rename the hidden directory /home/*username*/.wine) 2. In a terminal, type (without quotes) "winetricks comctl32" and go through the installation 3. After that's done, run iconsext.exe If you don't have winetricks yet, see http://wiki.winehq.org/winetricks for instructions on how to get it. Good luck and happy new year. :) -- 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=29474 --- Comment #6 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Is this still an issue in Wine 1.7.45 or later? -- 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=29474 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |comctl32 -- 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=29474 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.com --- Comment #7 from super_man(a)post.com --- (In reply to Ken Sharp from comment #6)
Is this still an issue in Wine 1.7.45 or later?
Still valid 1.9.12 -- 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=29474 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest(a)luukku.com --- Comment #8 from winetest(a)luukku.com --- (In reply to super_man from comment #7)
(In reply to Ken Sharp from comment #6)
Is this still an issue in Wine 1.7.45 or later?
Still valid 1.9.12
Still valid wine 1.9.21-git. -- 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=29474 Roman Pišl <rpisl(a)seznam.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rpisl(a)seznam.cz --- Comment #9 from Roman Pišl <rpisl(a)seznam.cz> --- Still present in wine 3.2. The trace shows that the tooltip text is empty. -- 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=29474 --- Comment #10 from Roman Pišl <rpisl(a)seznam.cz> --- Created attachment 60568 --> https://bugs.winehq.org/attachment.cgi?id=60568 Trace of the bug -- 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=29474 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Fixed by SHA1| |0645fa1373822629ad82d754fc7 | |232d170e14859 --- Comment #11 from Nikolay Sivov <bunglehead(a)gmail.com> --- This works now, it was the issue with notification forwarding. Fixed with 0645fa1373822629ad82d754fc7232d170e14859. -- 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=29474 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.14. -- 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