TVAM / winetricks

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

Add support for ie10 #335

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, ie10 won't install.  It helpfully leaves a nice log of why
in c:/windows/IE10_main.log.  The complaints are:

1) the versions for kernel32 and api-ms-win-downlevel-user32-l1-1-0
are too low; applying attached patch ie10-wine.patch, rebuilding wine,
and wiping the wineprefix gets past that.

2) it fails to detect the 'right' version of segoeui.ttf; evidently
ie10 needs a new version.  I tarred it up from a win8 machine
and wrote a bogus winetricks verb to install it (see attached patch 
segoeui.patch), but somehow ie10 still doesn't detect the font.
I couldn't tell from the log how it checks.  Maybe it's looking in the
truetype version string?  Maybe it's looking for new character set
support in the font?  +relay doesn't seem to have any clues.

Original issue reported on code.google.com by daniel.r...@gmail.com on 3 Aug 2013 at 6:06

GoogleCodeExporter commented 8 years ago
See also http://bugs.winehq.org/show_bug.cgi?id=26757 

Original comment by daniel.r...@gmail.com on 3 Aug 2013 at 6:07

GoogleCodeExporter commented 8 years ago
segoeui.patch also contains a draft ie10 verb.

Original comment by daniel.r...@gmail.com on 3 Aug 2013 at 6:09

Attachments: