When I run my app under Wine:
wine my_app.exe
I've got this annoying popup:
which says:
Wine could not find a Gecko package which is needed for applications embedding HTML to work correctly.
I understand that I need to install Gecko (either by sudo apt-get install wine-gecko\* or using the install-addons.sh script),
however I don't want to install Gecko, but simply suppress/hide this message as my app works correctly when pressing Cancel button.
How I can do that? Is there any parameter for that?
Running wine --help or man wine doesn't say much.
