Artificial intelligent assistant

Wine: do not check for Gecko installation I want to use wine without Gecko, as I only want to run simple applications, no HTML stuff at all. Is there a way to skip the gecko check when configuring a (new) Wineprefix? Related: Wine: do not check for Mono installation

You can override `mshtml` to prevent wine from installing gecko.


WINEDLLOVERRIDES=mshtml=d wine somewineapp


To prevent both mono and gecko:


WINEDLLOVERRIDES=mscoree=d;mshtml=d wine somewineapp


And to keep all other possibly existing `WINEDLLOVERRIDES`:


WINEDLLOVERRIDES=mscoree=d;mshtml=d;$WINEDLLOVERRIDES wine somewineapp


See also:

* <
* What can I remove from a standard Wine wineprefix/bottle/configuration?

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy a9dcca68bd7e694bc8024102af3875bd