ppy / osu-wine

Wine container for running osu! on OS X. http://osx.ppy.sh
139 stars 20 forks source link

Using DLL Override to kill wine-gecko popups #3

Open Artoria2e5 opened 8 years ago

Artoria2e5 commented 8 years ago

A dll override definition like such can stop wine from looking for mshtml completely: (https://superuser.com/questions/948508)

export WINEDLLOVERRIDES="mshtml="

It might be worth setting it in Info.plist, or in HKCU\Software\Wine\DllOverrides (osu!.app/Contents/Resources/user.reg).

PS: Someone's username is visible in HKCU too.

peppy commented 8 years ago

Sounds like a good idea. Feel free to submit PRs for each of these issues and we'll be sure to look at them :).