Internet Issue when running Chrome Canary installer

Questions about Wine on Linux
Locked
Red_Apple115
Newbie
Newbie
Posts: 1
Joined: Sat Nov 09, 2019 6:53 pm

Internet Issue when running Chrome Canary installer

Post by Red_Apple115 »

I was trying to run the Chrome Canary installer through Wine, but it showed an Internet issue. I have Wine 4.0.2 and my OS is Linux Mint. There is no terminal output when run through the terminal. It runs fine, but the only issue is it says it is not connected to the internet. I have confirmed the computer is connected to the internet, but the installer says it is not. How do I fix this?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Internet Issue when running Chrome Canary installer

Post by jkfloris »

Does this help?

Code: Select all

winetricks -q winhttp
wine ChromeSetup.exe
After the installation Chrome Canary will start with a blank screen.
Close Canary and start with:
(replace everything between <>)

Code: Select all

cd "<wineprefix>/drive_c/users/<username>/Local Settings/Application Data/Google/Chrome SxS/Application"
wine chrome.exe --no-sandbox
Locked