Page 6 of 12 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 118

Thread: Any luck running Google Chrome on Wine?

  1. #51
    Join Date
    Aug 2006
    Location
    Germany
    Beans
    20
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Any luck running Google Chrome on Wine?

    sweet, Gonzo_Darks howto works just fine, writing this in chrome on hardy, thx a lot.
    it is actually slower than it is in my virtualboxed windows xp, so i still can't wait for the official linux version...

  2. #52
    Join Date
    Aug 2007
    Beans
    112

    Re: Any luck running Google Chrome on Wine?

    same thing for me, i cant browse any site. just want to share this.

    flaws already discovered on google chrome that could exposed windows users to malicious hacker attacks (http://blogs.zdnet.com/security/?p=1843)
    /sig

  3. #53
    Join Date
    Dec 2006
    Beans
    Hidden!

    Re: Any luck running Google Chrome on Wine?

    It is working for me even though it does not like this command


    Code:

    winetricks riched20 riched30

    scott@scott-desktop:~$ winetricks riched20 riched30
    bash: winetricks: command not found
    Attached Images Attached Images
    Last edited by sdowney717; September 3rd, 2008 at 09:52 PM.

  4. #54
    Join Date
    Oct 2005
    Beans
    170
    Distro
    Ubuntu Development Release

    Re: Any luck running Google Chrome on Wine?

    I actually followed the instructions exactly,
    Code:
    wget http://www.kegel.com/wine/winetricks
    sh ./winetricks riched20 riched30
    worked perfectly.

    However I get
    Code:
    $ winetricks riched20 riched30
    bash: Permission denied
    $ sudo winetricks riched20 riched30
    sudo: winetricks: command not found
    and while running
    Code:
    wine "$HOME/.wine/drive_c/windows/profiles/$USER/Local Settings/Application Data/Google/Chrome/Application/chrome.exe" --new-http --in-process-plugins
    successfully opens chrome, it fails to render pages and closes immediately when I try to drag it.

    I may just wait until it comes out for linux regardless as firefox is pretty damn good.

  5. #55
    Join Date
    Dec 2005
    Beans
    308

    Re: Any luck running Google Chrome on Wine?

    Watch what you post with chrome <---- Link

    11. Content licence from you

    11.1 You retain copyright and any other rights that you already hold in Content that you submit, post or display on or through the Services. By submitting, posting or displaying the content, you give Google a perpetual, irrevocable, worldwide, royalty-free and non-exclusive licence to reproduce, adapt, modify, translate, publish, publicly perform, publicly display and distribute any Content that you submit, post or display on or through the Services. This licence is for the sole purpose of enabling Google to display, distribute and promote the Services and may be revoked for certain Services as defined in the Additional Terms of those Services.
    Just making you aware of the license which most people click through...
    ( o< -Computers do not have problems, they have users. ~ Cope57
    / /\
    V_/_

  6. #56
    Join Date
    Aug 2007
    Beans
    37

    Re: Any luck running Google Chrome on Wine?

    Quote Originally Posted by Cope57 View Post
    Watch what you post with chrome <---- Link



    Just making you aware of the license which most people click through...
    Apparently it was a mistake and they have removed it from the new EULA.
    http://arstechnica.com/news.ars/post...change-it.html

  7. #57
    Join Date
    Dec 2005
    Beans
    474

    Re: Any luck running Google Chrome on Wine?

    I loaded Chrome in an XP vm, and it's pretty nice, but what concerns me about it is the lack of information from Google. We didn't know about it until it was upon us. When are Linux and Mac ports due? Google isn't saying. Even Apple is more forthcoming about future releases than this. Given that this is an open source project, a little more transparency would be nice.

  8. #58
    Join Date
    Mar 2007
    Beans
    2

    Re: Any luck running Google Chrome on Wine?

    Has anyone gotten a launcher to work for this yet? Using

    env WINEPREFIX="/home/user/.wine" wine "C:\windows\profiles\user\Local Settings\Application Data\Google\Chrome\Application\chrome.exe" --new-http --in-process-plugins

    Does NOT work correctly from the launcher, but DOES work from a terminal window.

    Any ideas?

  9. #59
    Join Date
    Jun 2007
    Location
    St. Paul, Minnesota, USA
    Beans
    24
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Any luck running Google Chrome on Wine?

    Quote Originally Posted by quazi View Post
    I actually followed the instructions exactly,
    Code:
    wget http://www.kegel.com/wine/winetricks
    sh ./winetricks riched20 riched30
    worked perfectly.

    However I get
    Code:
    $ winetricks riched20 riched30
    bash: Permission denied
    $ sudo winetricks riched20 riched30
    sudo: winetricks: command not found
    and while running
    Code:
    wine "$HOME/.wine/drive_c/windows/profiles/$USER/Local Settings/Application Data/Google/Chrome/Application/chrome.exe" --new-http --in-process-plugins
    successfully opens chrome, it fails to render pages and closes immediately when I try to drag it.

    I may just wait until it comes out for linux regardless as firefox is pretty damn good.

    I do not get the permission denied error and message, but I do get command not found duo, although it says the following with bash instead of sudo as the shell. I have to assume you have to be running as your home directory user, not sudo to get the correct permissions, as that is the only difference but that makes no sense.

    Code:
    winetricks riched20 riched30
    bash: winetricks: command not found

    I was able to open up a forum I visit regularly and it worked, so are your home directory permissions setup in a non-default way that would cut off Wine or anything else in all this?
    Last edited by XopherH; September 4th, 2008 at 05:02 AM.

  10. #60
    Join Date
    Aug 2007
    Beans
    37

    Re: Any luck running Google Chrome on Wine?

    You need to make sure you use this command or it won't work.
    Code:
    sh ./winetricks riched20 riched30
    Just copy and paste the command and it will work.

Page 6 of 12 FirstFirst ... 45678 ... LastLast

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
  •