https://bugs.winehq.org/show_bug.cgi?id=40739
Bug ID: 40739 Summary: Option to silently install Mono and gecko without dialog installers Product: Wine Version: 1.9.11 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: c_pradelli@yahoo.com Distribution: ---
We execute many Services in Ubuntu server distribution (no X server or sometimes only xvfb server).
When we execute our services for first time, Wine hangup trying to build .wine folder due to mono and gecko installers. So we need to kill everything and work with a broken wine prefix.
I think that Wine should use a command line dialog when is invoked from command line or add a command line option to automatically install mono and gecko when wine is used in servers with no X server or with xvfb server.
By the moment we workaround doing:
WINEDLLOVERRIDES="mscoree,mshtml=" wine application
But I think that is not the right solution
Regards