ppy / osu-wine

Wine container for running osu! on OS X. http://osx.ppy.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using DLL Override to kill wine-gecko popups

Artoria2e5 opened this issue · comments

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.

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