LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How can I install Google Chrome for Windows on Lutris? (https://www.linuxquestions.org/questions/linux-software-2/how-can-i-install-google-chrome-for-windows-on-lutris-4175713967/)

Matthew Wai 06-28-2022 08:14 AM

How can I install Google Chrome for Windows on Lutris?
 
On Windows, I often watch videos on a Chinese website.
On Linux, I cannot watch videos on it because it does not support Linux. Therefore, I have to install Google Chrome for Windows.
I installed Lutris and have tried to install Google Chrome on it. However, I get the following error message whenever I click on the "Play" button.

https://img.discuss.com.hk/d/attachm...tr1nhMRPjR.jpg

Which version of Wine below should I download?

https://img.discuss.com.hk/d/attachm...xAZR0DUcrb.jpg

Have I selected a wrong Wine version below?

https://img.discuss.com.hk/d/attachm...XDYvHdRe1v.jpg

yancek 06-28-2022 10:38 AM

The error you posted is indicating a file needed to run the software does not exist so have you gone to that directory to see if it does?

Code:

cd /opt/apps/net.lutris.lutris/files/games/
then run ls command to see if lutris-wraper does exist.

Matthew Wai 06-28-2022 10:55 PM

Quote:

Originally Posted by yancek (Post 6364144)
then run ls command to see if lutris-wraper does exist.

It does not exist. See below:
Code:

Matthew_Wai@MatthewWai:~$ ls "/opt/apps/net.lutris.lutris/files/games/"
lutris  lutris.sh
Matthew_Wai@MatthewWai:~$

I don't know how to create it.

evo2 06-28-2022 10:59 PM

Quote:

Originally Posted by Matthew Wai (Post 6364116)
On Windows, I often watch videos on a Chinese website.
On Linux, I cannot watch videos on it because it does not support Linux. Therefore, I have to install Google Chrome for Windows.

Really? What did you try to get it running on Linux? What errors were reported?

Evo2.

Matthew Wai 06-28-2022 11:41 PM

1 Attachment(s)
Quote:

Originally Posted by evo2 (Post 6364264)
Really? What did you try to get it running on Linux? What errors were reported?

Evo2.

I want to run Google Chrome for Windows on Linux.
When the Chinese website knows that I am running Google Chrome for Linux, it does not allow me to watch videos except trailers and advertisements. For details, see https://www.mytvsuper.com/promo/en/tutorial

Expand "1. myTV SUPER Service Basic Requirement". Then expand "Q4) Web browser". It will display the info shown in the screenshot attached below:

evo2 06-28-2022 11:48 PM

Quote:

Originally Posted by Matthew Wai (Post 6364267)
I want to run Google Chrome for Windows on Linux.
When the Chinese website knows that I am running Google Chrome for Linux, it does not allow me to watch videos. For details, see https://www.mytvsuper.com/promo/en/tutorial

Expand "1. myTV SUPER Service Basic Requirement". Then expand "Q4) Web browser". It will display the info shown in the screenshot attached below:

I see nothing stating that it will not work with linux. Only what it will work with.

Did you actually try? If so, what happened?


Evo2.

Matthew Wai 06-29-2022 12:09 AM

Quote:

Originally Posted by evo2 (Post 6364268)
Did you actually try?

I tried many times over the years.
When I am running Chrome for Windows, I can watch full videos and live videos.
When I am running Chrome for Linux, I cannot watch full videos and live videos. I can only watch trailers and advertisements.
Years ago, a Chinese guy on another forum devised a method to bypass the requirements by using Firefox. It worked for a while but did not work afterward. I re-posted the method on the page below:

https://computer.discuss.com.hk/view...1#pid492865416

enigma9o7 06-29-2022 12:24 AM

Can you not just use chrome for linux and set your user agent to windows?

Matthew Wai 06-29-2022 12:27 AM

Quote:

Originally Posted by enigma9o7 (Post 6364272)
Can you not just use chrome for linux and set your user agent to windows?

How can I set the user agent to Windows?
After doing so, will it be shown as Windows below?

http://www.whatismybrowser.com/


evo2 06-29-2022 12:53 AM

Quote:

Originally Posted by Matthew Wai (Post 6364273)
How can I set the user agent to Windows?

There are many ways. I'm not sure what is currently the "recommended" method. Others may know, or you can use your favourite search engine.

Quote:

Originally Posted by Matthew Wai (Post 6364273)
After doing so, will it be shown as Windows below?

http://www.whatismybrowser.com/


Yes, it should.

Cheers,

Evo2.

gachub2 06-29-2022 04:56 AM

Open a terminal window and add the Lutris PPA with this command: $ sudo add-apt-repository ppa:lutris-team/lutris.
Next, make sure you update apt first but then install Lutris as normal: $ sudo apt update $ sudo apt install lutris.

Matthew Wai 06-29-2022 06:58 AM

Quote:

Originally Posted by gachub2 (Post 6364336)
Open a terminal window and add the Lutris PPA with this command: $ sudo add-apt-repository ppa:lutris-team/lutris.

See the output below:
Code:

Matthew_Wai@MatthewWai:~$ sudo add-apt-repository ppa:lutris-team/lutris
sudo: add-apt-repository: command not found

I have installed "net.lutris.lutris" as shown below:
Code:

Matthew_Wai@MatthewWai:~$ apt-get install --print-uris net.lutris.lutris
Reading package lists... Done
Building dependency tree     
Reading state information... Done
net.lutris.lutris is already the newest version (0.5.2-2).
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.


dugan 06-29-2022 09:07 AM

Quote:

Originally Posted by Matthew Wai (Post 6364273)
How can I set the user agent to Windows?

https://chrome.google.com/webstore/d...jiklpkjnoahfmg

yancek 06-29-2022 10:31 AM

Quote:

sudo: add-apt-repository: command not found
If you get command not found while using sudo, which of the hundreds of different distributions of Linux might you be using? THose commands are generally specific to Debian/Ubuntu based systems.

Matthew Wai 06-29-2022 11:37 AM

Quote:

Originally Posted by yancek (Post 6364403)
which of the hundreds of different distributions of Linux might you be using?

UnionTech OS Desktop Home, developed from Deepin, a distro based on Debian.

I can install the package shown below:
Code:

Matthew_Wai@MatthewWai:~$ apt search software-properties-common
Sorting... Done
Full Text Search... Done
software-properties-common/unknown,unknown 0.96.20.2-2 all
  manage the repositories that you install software from (common)



All times are GMT -5. The time now is 08:21 PM.