Can I use a wine command line argument (or anything other) to skip the `installing Gecko' dialogue?
I find it only annoying as I install Gecko via winetricks when needed and I usually have a wine prefix for each windows program I use.
Avoid the Gecko dialogue
Wow, while I find this feature annoying I would never appear angry or ungrateful with the wine team...
About your solution, it works great! Thanks a lot.
To anyone interested, if you want to update a wine prefix without seeing the Gecko installing dialogue you can use:
Assuming you correctly set WINEPREFIX...
Once done, you can alter the registry to make the dll overriding setting permanent.
If you actually want Gecko because you need html rendering you can simply use:
About your solution, it works great! Thanks a lot.
To anyone interested, if you want to update a wine prefix without seeing the Gecko installing dialogue you can use:
Assuming you correctly set WINEPREFIX...
Code: Select all
$ WINEDLLOVERRIDES="mshtml=" wineboot -u
If you actually want Gecko because you need html rendering you can simply use:
Code: Select all
$ WINEDLLOVERRIDES="mshtml=" wineboot -u
$ winetricks -q gecko
oh I'm not, and didn't intend to appear that way... I think everyone knows there is lots of problems with Wine, and its far from a perfect product... but it is of course fantastic overall. I just think it would be nice if it was designed to only install things that really need to be installed for what your doing, and not throw the kitchen sink at everything. This is the most annoying problem in Wine to me right now, and its relatively a minor annoyance. You ought to hear me go on about most other software packagesetwineb wrote:Wow, while I find this feature annoying I would never appear angry or ungrateful with the wine team...

Glad that worked for you.. its what I use by default in Wineskin since without it while troubleshooting or installing something that will never need gecko, I might get the pop up like 20 times... and making the wrappers small is a good thing...
Thats nice, it is somewhat similar to the reason of mine,
I made few Archlinux packages with win32 programs and I wrote a small wiki article with suggestion about how to make win32 packages.
Besides I find the wine menu quite unnatural for a linux desktop and it is confusing if anyone wants to install a program for all users.
I made few Archlinux packages with win32 programs and I wrote a small wiki article with suggestion about how to make win32 packages.
Besides I find the wine menu quite unnatural for a linux desktop and it is confusing if anyone wants to install a program for all users.