我想在没有 Gecko 的情况下使用 wine,因为我只想运行简单的应用程序,根本不想运行 HTML 内容。配置(新)Wineprefix 时有没有办法跳过 gecko 检查?
有关的:Wine:不检查 Mono 安装
答案1
您可以覆盖mshtml
以防止 wine 安装 gecko。
WINEDLLOVERRIDES=mshtml=d wine somewineapp
为了防止单声道和壁虎:
WINEDLLOVERRIDES=mscoree=d;mshtml=d wine somewineapp
并保留所有其他可能存在的WINEDLLOVERRIDES
:
WINEDLLOVERRIDES=mscoree=d;mshtml=d;$WINEDLLOVERRIDES wine somewineapp
也可以看看: