Results 1 to 10 of 10

Thread: Wine Gecko Installer

  1. #1
    Join Date
    Jan 2008
    Location
    indonesia
    Beans
    201
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Question Wine Gecko Installer

    Hello i just installed Counter Strike 1.6 and when i want to play it Why do i have To install Wine Gecko? and how do i install it ?

  2. #2
    Join Date
    Oct 2005
    Location
    U.S.A.
    Beans
    4,164
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wine Gecko Installer

    Gecko is required for HTML rendering. To install, just open a terminal and type:
    Code:
    wine iexplore http://www.winehq.org
    Follow the prompts and it will install itself. You will know the install is complete and successful when the WineHQ website is displayed.

    Linux User #355330 | Ubuntu User #15618 | Last.FM

  3. #3
    Join Date
    Jan 2008
    Location
    indonesia
    Beans
    201
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Wine Gecko Installer

    And why Wine Needs gecko?

  4. #4
    Join Date
    Oct 2005
    Location
    U.S.A.
    Beans
    4,164
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wine Gecko Installer

    As I said, it is required for HTML rendering. Wine doesn't have an HTML rendering engine built in, so it needs the standard Gecko engine installed.

    Linux User #355330 | Ubuntu User #15618 | Last.FM

  5. #5
    Join Date
    Jan 2008
    Location
    indonesia
    Beans
    201
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Wine Gecko Installer

    i already follow the prompt but the
    WineHQ website is not being displayed

  6. #6
    Join Date
    Oct 2005
    Location
    U.S.A.
    Beans
    4,164
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Wine Gecko Installer

    Did Gecko actually download (there should have been a progress bar)? If it didn't or it did but didn't install for some reason, then you can either try the automatic method again, or do this:

    1. Open a terminal and manually download/extract the Gecko package by running the following:
      NOTE - You will need to install the cabextract package from the repositories to do this
      Code:
      wget http://downloads.sourceforge.net/wine/wine_gecko-0.1.0.cab && cabextract wine_gecko-0.1.0.cab
    2. Next, run the following to create the directories needed for Gecko:
      Code:
      mkdir -p ~/.wine/drive_c/windows/gecko/0.1.0/
    3. Place the extracted Gecko files into the newly created directory:
      Code:
      mv wine_gecko ~/.wine/drive_c/windows/gecko/0.1.0/
    4. Run regedit in the terminal. Go to HKEY_CURRENT_USER/Software/Wine/MSHTML and create a new key labelled "0.1.0"
    5. In the new "0.1.0" key, create a new string value labelled "GeckoPath" and set the string value to "c:\windows\gecko\0.1.0\wine_gecko"

    That's it, Gecko should be installed now.

    Linux User #355330 | Ubuntu User #15618 | Last.FM

  7. #7
    Join Date
    Jan 2008
    Location
    indonesia
    Beans
    201
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Wine Gecko Installer

    Ok....
    now i am confused i already follow your instruction but
    still same??????

  8. #8
    Join Date
    Jan 2008
    Location
    indonesia
    Beans
    201
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Wine Gecko Installer

    this is the screenshots on the registry
    is it correct?
    Attached Images Attached Images

  9. #9
    Join Date
    Jul 2011
    Beans
    3

    Re: Wine Gecko Installer

    Quote Originally Posted by reyhan View Post
    this is the screenshots on the registry
    is it correct?
    mine looks the same now. is there a command you can run in the terminal to see if it's done properly, or some other way to confirm?

  10. #10
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Wine Gecko Installer


    From the Ubuntu Forums Code of Conduct.
    If a post is older than a year or so and hasn't had a new reply in that time, instead of replying to it, create a new thread. In the software world, a lot can change in a very short time, and doing things this way makes it more likely that you will find the best information. You may link to the original discussion in the new thread if you think it may be helpful.
    Thread closed.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •