how to run netflix with lubuntu

Asked by adom he

hello can you please help me, when i log into my netflix to watch movies i receive this message below, i am running lubuntu 12.04

Complete System Requirements

To watch instantly, you''ll need a computer that meets the following minimum requirements:

Windows
Windows Vista or Windows 7
Internet Explorer 8 or higher; or the latest version of Firefox; or the latest version of Chrome
1.2 GHz processor
512 MB RAM
Mac
An Intel-based Mac with OS 10.4.11 or later
Safari 4 or higher; or the latest version of Firefox; or the latest version of Chrome
1 GB RAM
Chrome OS
A Google Chromebook or Chromebox running Chrome OS 20 or higher

Question information

Language:
English Edit question
Status:
Solved
For:
Netflix Desktop Edit question
Assignee:
No assignee Edit question
Solved by:
Erich E. Hoover
Solved:
Last query:
Last reply:
Revision history for this message
Erich E. Hoover (ehoover) said :
#1

Hi Adom,

Did you install and launch Netflix Desktop or are you trying to run in your normal browser (Firefox/Chrome)? Either way you need to have "wine-compholio" installed, but if you are running Netflix Desktop then it will automatically setup a user agent string so that you can login to Netflix. If you want to run in your normal browser then you need to install "pipelight" and setup the user agent string properly yourself so that you can get past that screen.

Revision history for this message
adom he (doobapooba1) said :
#2

i was trying to run it in normal browser, how do i install "wine-compholio'? also how do i insatll 'pipelight'
this is what i have done so far:

sudo apt-add-repository ppa:ehoover/compholio
sudo apt-get update
sudo apt-get install netflix-desktop

i still receive this message:
To watch instantly, you''ll need a computer that meets the following minimum requirements:

Revision history for this message
Erich E. Hoover (ehoover) said :
#3

Hi Adom,

If you've installed netflix-desktop then you just need to launch "netflix-desktop" (from a terminal) or "Netflix Desktop" (from the dash) and it will automatically go to Netflix and set everything up. This does not launch in your normal browser, it launches a special browser session that is specifically targetted to work with Netflix. If you would like to use Netflix in your normal browser you'd need to follow the instructions from the pipelight website:
http://fds-team.de/cms/articles/2013-08/pipelight-using-silverlight-in-linux-browsers.html

Revision history for this message
adom he (doobapooba1) said :
#4

i tried to launch "netflix-desktop" in a terminal , and it says " command not found"
i am using lubuntu 12.04 non-pae

i also tried the instructions from the pipelight website:
http://fds-team.de/cms/articles/2013-08/pipelight-using-silverlight-in-linux-browsers.html
and i receive the same message from before: To watch instantly, you''ll need a computer that meets the following minimum requirements:

Revision history for this message
Sebastian Lackner (slackner) said :
#5

Hi adom,

* For netflix-desktop (separate browser): This command definitely should exist when you've installed it. Which instructions did you try to use for the installation?

* For pipelight (using in the native browser): you probably missed some steps in the instructions.
As Erich has written above:
> you need to install "pipelight" and setup the user agent string properly yourself
the second step (also mentioned in the fds-team.de instructions) is necessary to make pages think that you're using linux.

please take a look at these FAQ entries:
https://answers.launchpad.net/pipelight/+faq/2351
http://fds-team.de/cms/pipelight-installation.html#section_3

Sebastian

Revision history for this message
Erich E. Hoover (ehoover) said :
#6

adom,

Were there any errors when you ran "sudo apt-get install netflix-desktop" ? Could you try running it again?

Revision history for this message
adom he (doobapooba1) said :
#7

ok i ran "sudo apt-get install netflix-desktop" , and i can see the netflix app .......when i run it i get this message "It appears that you still have not installed the MS true type fonts. You need to accept the license agreement and install these fonts for Netflix Desktop to work properly."

Revision history for this message
Erich E. Hoover (ehoover) said :
#8

Hi adom, that package should be installed automatically, but since it isn't you should run:
sudo apt-get install ttf-mscorefonts-installer

After a couple install questions it will ask you to agree to the license, you need to use the "Tab" key to select the "Yes" option and then use the "Enter" or "Return" key to agree. Once you've done that it should recognize that you have the fonts installed properly and allow you to launch the app.

Revision history for this message
adom he (doobapooba1) said :
#9

ok i launched the netflix desktop app , it opens up the LX terminal but nothing happens, all i see is a terminal screen, but no netflix

Revision history for this message
Erich E. Hoover (ehoover) said :
#10

Hi adom, if you run "netflix-desktop" from the terminal then what does it say?

Revision history for this message
adom he (doobapooba1) said :
#11

when i run netflix-desktop from a terminal:

a@a-Latitude-D505:~$netflix-desktop
a@a-Latitude-D505:~$

Revision history for this message
adom he (doobapooba1) said :
#12

when i run netflix-desktop from a terminal:

a@a-Latitude-D505:~$netflix-desktop
a@a-Latitude-D505:~$

Revision history for this message
Erich E. Hoover (ehoover) said :
#13

That's really odd, it should give you feedback if something fails - try running "netflix-desktop --showdebug".

Revision history for this message
adom he (doobapooba1) said :
#14

this is the message i receive when i run netflix-desktop--showdebug

a@a-Latitude-D505:~$ netflix-desktop --showdebug
################################################################################
# OpenGL Diagnostics #
################################################################################
Direct Rendering: Yes
OpenGL Vendor: Tungsten Graphics, Inc
OpenGL Renderer: Mesa DRI Intel(R) 852GM/855GM x86/MMX/SSE2
OpenGL Version: 1.3 Mesa 8.0.4
GLX Version: 1.4
################################################################################
# Firefox #
################################################################################
wine: cannot find 'C:\Program Files\Mozilla Firefox\firefox.exe'

Revision history for this message
Best Erich E. Hoover (ehoover) said :
#15

Interesting, I haven't seen that problem in a long time - try running:
rm -Rf "${HOME}/.wine-browser"
and then launch "netflix-desktop --showdebug" again. This should wipe the profile and force a re-install of Firefox, which should fix the problem.

Revision history for this message
adom he (doobapooba1) said :
#16

this is what i receive:

a@a-Latitude-D505:~$ rm -Rf "${HOME}/.wine-browser"
a@a-Latitude-D505:~$

Revision history for this message
Erich E. Hoover (ehoover) said :
#17

That's good, that command only returns a response if it fails, now run:
netflix-desktop --showdebug

Revision history for this message
adom he (doobapooba1) said :
#18

Thank you for you help :) ,,you are awsome!!!!!! i am now able to watch netlix on Lubuntu :) :)

Revision history for this message
adom he (doobapooba1) said :
#19

Thanks Erich E. Hoover, that solved my question.

Revision history for this message
Erich E. Hoover (ehoover) said :
#20

No problem, glad I could help - I'll look into adding an automated check for this failure :)