The forum

[Script] How to suppress Mono + Gecko installation?

Author Replies
ferdesign Thursday 20 April 2017 at 20:03
ferdesignAnonymous

I've made a script and it works fine. I'll request to add it to the Appbase soon.

Since the app doesn't need Mono, nor Gecko to be installed, I want to suppress these questions during Wine installation, if it should.

I've came across some code that should, but it's not in PlayOnLinux code I assume:

https://unix.stackexchange.com/questions/191608/wine-do-not-check-for-mono-installation

https://forum.winehq.org/viewtopic.php?f=2&t=16320

https://superuser.com/questions/948508/how-to-disable-gecko-package-popup-for-wine

 

To conclude,

Which line should I add to suppress Mono + Gecko installation questions?

 

Edited by ferdesign

ferdesign Thursday 20 April 2017 at 23:30
ferdesignAnonymous

Found it! This did the trick:

export WINEDLLOVERRIDES="mscoree,mshtml="