andyzhou192 / winezeug

Automatically exported from code.google.com/p/winezeug
0 stars 0 forks source link

"winetricks corefonts" missing Trebuchet MS Bold #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When one runs "winetricks corefonts", I believe it's not installing the bold 
version of the Trebuchet MS font.

If you look in the output of "cabextract -l trebuc32.exe", you'll see 
"Trebucbd.ttf" starts with a capital T (unlike the rest of the fonts), and it 
is extracted that way. Thus, your "trebuc*.ttf" wildcard fails to catch it.

This is using winetricks 20101106 with wine 1.3.7.

Changing the t in "trebuc*.ttf" on line 1261 to [Tt] appears to fix it. You 
could also rename the file to lowercase the first letter, if for some reason 
you wanted the filenames to be consistent.

Additionally, the following four lines (1262-1265) refer to the font as 
"Trebucet MS" rather than "Trebuchet MS".

Original issue reported on code.google.com by dhmitt...@gmail.com on 26 Nov 2010 at 11:35

GoogleCodeExporter commented 9 years ago
cabextract -L ought to fix it, then.

Original comment by eibol...@gmail.com on 9 Dec 2010 at 2:40

GoogleCodeExporter commented 9 years ago
Yes, that also appears to work for me.

Original comment by dhmitt...@gmail.com on 14 Dec 2010 at 1:24

GoogleCodeExporter commented 9 years ago
Thanks, fixed in winetricks-alpha as of r233.  Try
http://winetricks.googlecode.com/svn/trunk/src/winetricks-alpha

Original comment by daniel.r...@gmail.com on 6 Mar 2011 at 2:52