[Bug 12749] New: Box symbol displayed in text (regression)
http://bugs.winehq.org/show_bug.cgi?id=12749 Summary: Box symbol displayed in text (regression) Product: Wine Version: 0.9.60 Platform: PC URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477452 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: fonts AssignedTo: wine-bugs(a)winehq.org ReportedBy: ovek(a)arcticnet.no Harald Braumann reports: "There is a box symbol displayed in the Text "hb on Local" on the icons in Lotus Notes 5.0.8. See icon_wrong.png. This text was displayed correctly in wine 0.9.44-1. See icon_right.png. Then in wine 0.9.58-1 is was displayed as "hb on: Local". Starting with wine 0.9.59-1 it is now displayed with the box symbol between "on" and "Local"." The screenshots and a couple of +font logs can be found in the Debian bug report, just follow the URL link. -- 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=12749 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-04-23 12:02:41 --- Please run a regression test: http://wiki.winehq.org/RegressionTesting -- 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=12749 harry <harry(a)unheit.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |harry(a)unheit.net --- Comment #2 from harry <harry(a)unheit.net> 2008-04-24 14:13:47 --- I git-bisected wine and here are the offending commits. Previously the text was displayed correctly as "hb on Local". Changed to "hb on: Local" by this commit: commit bc2a4dbee086de69cd05a30f3d717cb6858d030c Author: Huw Davies <huw(a)codeweavers.com> Date: Fri Oct 12 14:36:44 2007 +0100 gdi32: Try to load Wine's TrueType fonts from the build directory. And later changed to "hb on[]Local" (whith the box symbol) by this commit: commit 4094ff025675a14e7572d975d4fd1bf7c11dc2e7 Author: MikoÅaj Zalewski <mikolaj(a)zalewski.pl> Date: Sun Mar 30 21:43:15 2008 +0200 gdi32: Fix GetGlyphIndices to select properly the invalid char glyph for TrueType fonts. I guess there is some invalid character in the string for the font loaded by wine. The second commit just changes which character is substituted for it. If I remove /usr/share/wine/fonts, the text is displayed correctly again. Cheers, harry -- 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=12749 --- Comment #3 from harry <harry(a)unheit.net> 2008-05-20 05:04:55 --- Forgot to mention: this is not a problem of the Notes version. It still happens with Notes 8. -- 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=12749 Wouter <sysbeheer(a)direktwerk.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sysbeheer(a)direktwerk.nl --- Comment #4 from Wouter <sysbeheer(a)direktwerk.nl> 2008-05-20 05:37:18 --- I agree that deleting/moving the /usr/share/wine/fonts dir solves the problem but it adds a significant other. The fonts detorioate(so does my english) in quality a lot. I'd rather have those boxes and read the rest pleasantly. ps this was in 1.0 rc1 and notes 5.0.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.
http://bugs.winehq.org/show_bug.cgi?id=12749 --- Comment #5 from harry <harry(a)unheit.net> 2008-05-20 06:06:24 --- (In reply to comment #4)
I agree that deleting/moving the /usr/share/wine/fonts dir solves the problem but it adds a significant other.
The fonts detorioate(so does my english) in quality a lot. I'd rather have those boxes and read the rest pleasantly.
Not for me. It probably depends, what other fonts you've installed and which get selected.
ps this was in 1.0 rc1 and notes 5.0.12
What system are you on? I'm on Debian, while a collegue of mine on Suse doesn't have this problem (same Wine version). So maybe this is Debian specific. -- 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=12749 --- Comment #6 from Ove Kaaven <ovek(a)arcticnet.no> 2008-05-20 06:27:28 --- It could depend on whether you've installed msttcorefonts, which Debian considers too non-free to install by default. -- 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=12749 --- Comment #7 from Wouter <sysbeheer(a)direktwerk.nl> 2008-05-20 07:07:30 --- Ok.... did a bit of testing...... With the font directory in place. The font settings of notes do not react in the notes interface (it does for instance work in email's, this has always put me off) Take the /usr/share/wine/fonts away and presto the settings in user preferences actually make a difference...... Hence why my interface became ugly since courier, @ the spot sans, was chosen as standard which is bad ;). And apperantly that is the font used in the icons. I'm just keeping them all on bitstream vera for now in the respected mono serif and sans version for multilangual i choose the serif version. This way everything looks ok ... and i did not install anything except gnome wine notes winegecko acrobat. And this is all on a reasonable standard centos 4.6 installation -- 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=12749 --- Comment #8 from harry <harry(a)unheit.net> 2008-06-29 04:52:35 --- The bug seems to be fixed in 1.0. Can anyone else confirm 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=12749 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2008-06-29 18:58:54 --- Reported fixed. Reopen if not. -- 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=12749 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Alexandre Julliard <julliard(a)winehq.org> 2008-07-11 11:09:37 --- Closing bugs fixed in 1.1.1. -- 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