https://bugs.winehq.org/show_bug.cgi?id=53985
Bug ID: 53985 Summary: Notepad++ v8.4.7 Does Not Display Icons for RightArrow, Triangle, & X Product: Wine Version: 7.20 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gatlibs.dev@gmail.com Distribution: ---
Created attachment 73571 --> https://bugs.winehq.org/attachment.cgi?id=73571 Notepad++ with a blank file (missing icons for manipulating the tabs)
There are three buttons for manipulating the tabs that have empty squares where graphics should be. These appear below the window's buttons for minimize, maximize, and close.
Compare the attachment to the link in NPP++'s site: https://npp-user-manual.org/docs/images/view-rotate-1.png.
I'm using Fedora 37 with wine 7.20 (Staging) and NPP++ v8.4.7 for 64 bits.
https://bugs.winehq.org/show_bug.cgi?id=53985
gatlibs gatlibs.dev@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://npp-user-manual.org | |/docs/images/view-rotate-1. | |png
https://bugs.winehq.org/show_bug.cgi?id=53985
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- ...just a guess, but it just might be that the program gets those symbols from a font and those squares are simply missing glyph boxes.
So, in such case WINEDEBUG=font might offer some hints.
https://bugs.winehq.org/show_bug.cgi?id=53985
Joerg Schiermeier mywine@schiermeier-it.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mywine@schiermeier-it.de
--- Comment #2 from Joerg Schiermeier mywine@schiermeier-it.de --- Created attachment 73707 --> https://bugs.winehq.org/attachment.cgi?id=73707 Zipped logfile: Running wine with "WINEDEBUG=font"
(In reply to Rafał Mużyło from comment #1)
So, in such case WINEDEBUG=font might offer some hints.
Please see this attachment...!
https://bugs.winehq.org/show_bug.cgi?id=53985
Joerg Schiermeier mywine@schiermeier-it.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #73707|0 |1 is obsolete| |
https://bugs.winehq.org/show_bug.cgi?id=53985
--- Comment #3 from Joerg Schiermeier mywine@schiermeier-it.de --- Created attachment 73708 --> https://bugs.winehq.org/attachment.cgi?id=73708 Zipped logfile: Running wine with "WINEDEBUG=font"
https://bugs.winehq.org/show_bug.cgi?id=53985
--- Comment #4 from Rafał Mużyło galtgendo@o2.pl --- ...Well, hard to say more than yes, those buttons are decorated by font glyphs like \uff0b that are looked up in Tahoma at weight 400.
Likely one more case of Windows (or - for example - pango (for all of its shortcomings)) doing far more font lookup than just within a single font.
https://bugs.winehq.org/show_bug.cgi?id=53985
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source
https://bugs.winehq.org/show_bug.cgi?id=53985
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz@gmail.co | |m
--- Comment #5 from NSLW lukasz.wojnilowicz@gmail.com --- Still on wine 8.5.0. Is there any workaround?
https://bugs.winehq.org/show_bug.cgi?id=53985
Bartosz gang65@poczta.onet.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gang65@poczta.onet.pl
--- Comment #6 from Bartosz gang65@poczta.onet.pl --- Does: winetricks gdiplus
helps?
https://bugs.winehq.org/show_bug.cgi?id=53985
Jeff Smith whydoubt@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |whydoubt@gmail.com
--- Comment #7 from Jeff Smith whydoubt@gmail.com --- I don't think this program even uses gdiplus. It appears that this issue is that font selected for displaying the menu (Tahoma) does not have glyphs defined for these: U+FF0B U+25BC U+2715.
https://bugs.winehq.org/show_bug.cgi?id=53985
--- Comment #8 from Jeff Smith whydoubt@gmail.com --- The gist of the problem: - On Windows, the default menu font is Segoe UI (which is missing 2 of the 3 glyphs). The glyph fallback chain for Segoe UI includes Meiryo, which contains the missing glyphs. - On Wine, the default menu font is Tahoma (which is missing all 3 glyphs). The glyph fallback chain for Tahoma does not include Meiryo, but does include MS Gothic, which would have the missing glyphs. MS Gothic does appear availble from Wine or via winetricks.
Two possible work-arounds I see: 1. Obtain MS Gothic and get wine to recognize where you put it. 2. Install Meiryo through winetricks, and add a 'MEIRYO.TTC,Meiryo' entry to the data for the 'Tahoma' value in the 'HKLM\Software\Microsoft\Windows NT\CurrentVersion\FontLink\SystemLink' key.
https://bugs.winehq.org/show_bug.cgi?id=53985
--- Comment #9 from NSLW lukasz.wojnilowicz@gmail.com --- Thanks. I've tried your second work-around and it works nicely. Is this bug WONTFIX then?
https://bugs.winehq.org/show_bug.cgi?id=53985
Julian Rüger jr98@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jr98@gmx.net
https://bugs.winehq.org/show_bug.cgi?id=53985
Joan sam@roque-worcel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sam@roque-worcel.com
--- Comment #10 from Joan sam@roque-worcel.com --- I've attempted a fix here: https://gitlab.winehq.org/wine/wine/-/merge_requests/5447
https://bugs.winehq.org/show_bug.cgi?id=53985
--- Comment #11 from Joerg Schiermeier mywine@schiermeier-it.de --- (In reply to NSLW from comment #9)
Thanks. I've tried your second work-around and it works nicely. Is this bug WONTFIX then?
No. If fonts are coming with wine, they have to be correctly built; otherwise, they are incomplete.
(In reply to Joan from comment #10)
I've attempted a fix here: https://gitlab.winehq.org/wine/wine/-/merge_requests/5447
Your committed patch was rejected. Could you please clean up your patch and recommit?
https://bugs.winehq.org/show_bug.cgi?id=53985
--- Comment #12 from Joerg Schiermeier mywine@schiermeier-it.de --- Created attachment 77452 --> https://bugs.winehq.org/attachment.cgi?id=77452 Screenshot: Original Notepad++ on Windows 10
This bug is still active. To get an impression of it here is a screenshot done from Notepad++ v8.7.1 from October 31st, 2024.
https://bugs.winehq.org/show_bug.cgi?id=53985
--- Comment #13 from Joerg Schiermeier mywine@schiermeier-it.de --- Created attachment 77453 --> https://bugs.winehq.org/attachment.cgi?id=77453 Screenshot: Original Notepad++ on wine set to Windows 10
This bug is still active. To get an impression of it: here is a screenshot from Notepad++ v8.7.1 released October 31st, 2024, running on top of Wine.