wine-gecko

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Arthur Squassabia

wine-gecko

Post by Arthur Squassabia »

so i've been trying to install wine-gecko by running this script in the
konsole

wine iexplore http://www.winehq.com

at which point it prompts me to install wine-gecko which i do but the page
never shows up so what am i doing wrong

i'm using opensuse10.2 and wine 1.0-3.1

--
"Black holes are where god divided by Zero."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

WineHQ is .org, not .com, though it should bring up the page anyway. But sometimes it doesn't work. Another way to install gecko is with winetricks, which you should already have if you're using openSUSE's binaries. Try this:

Code: Select all

winetricks gecko
If you get a message about there being no such command, you will have to download winetricks first, then run it:

Code: Select all

wget http://www.kegel.com/wine/winetricks
sh winetricks gecko
Note the sh--it's needed if you have to download winetricks yourself, not needed if you're using winetricks that should have been installed along with Wine. (I use 10.3, and it is definitely included in that package, so I'm assuming it's included in the packages for older version of openSUSE as well.)
Locked