[Bug 19289] Gimp: License text is missing new lines (appinstall)

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 29 12:52:47 CDT 2014


http://bugs.winehq.org/show_bug.cgi?id=19289

--- Comment #7 from Alex Henrie <alexhenrie24 at gmail.com> ---
Created attachment 48307
  --> http://bugs.winehq.org/attachment.cgi?id=48307
Registry workaround

There's something wrong with the MS Shell Dlg font, as can be seen from GIMP's
error output:

(gimp-2.8.exe:34): Pango-WARNING **: couldn't load font "MS Shell Dlg
Not-Rotated 8", falling back to "Sans Not-Rotated 8", expect ugly output.

I believe MS Shell Dlg MUST be a TrueType (vector) font. Wine uses MS Sans
Serif, which is a raster font. Windows uses Microsoft Sans Serif, which is
TrueType but I don't think we're allowed to distribute it. If MS Shell Dlg is
overridden with DejaVu Sans, GIMP works perfectly and the Pango warning
disappears. But if MS Shell Dlg is overridden with Fixedsys (another raster
font) the same problem occurs.

So the solution is: Wine needs to pick a TrueType font to use for MS Shell Dlg.
We should probably also provide a default replacement for Microsoft Sans Serif.

-- 
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.



More information about the wine-bugs mailing list