![]() |
Native Netflix coming to Linux - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: General (https://www.linuxliteos.com/forums/forumdisplay.php?fid=4) +--- Forum: On Topic (https://www.linuxliteos.com/forums/forumdisplay.php?fid=14) +--- Thread: Native Netflix coming to Linux (/showthread.php?tid=878) Pages:
1
2
|
Re: Native Netflix coming to Linux - anon222 - 10-10-2014 Great news on netflix. ![]() I've noticed this: lite-software doesn't check for libnss3 This can be fixed like this: Code: test_netflix1=(`apt-cache policy google-chrome-stable | grep "Installed:"`) This is an idea: In the installer script "netflix" You can insert the check at the begining ( just after INSTALL_ICON and APPNAME) to test if the the packages google-chrome-stable and libnss3 are installed. And if they are, to display a message or maybe even a question like:"Netflix is installed. Do you want to open www.netflix.com now? Code: ... If you already have the Google Chrome Web Browser installed, cancel this installation now and head over to https://ww.netflix.com/ to start using Netflix on Linux Lite. One more idea. This kind of check can be used in all of the install scripts. ![]() And nice work on this line: Code: sudo -u '#1000' -H sh -c "google-chrome-stable http://www.netflix.com" Re: Native Netflix coming to Linux - Valtam - 10-10-2014 (10-10-2014, 11:54 AM)misko_2083 link Wrote: One more idea. This kind of check can be used in all of the install scripts. I am somewhat reluctant to do this with every installer as it relies on the fact that user #1000 is the person currently logged in and running the installer with sudo privs. The Netflix installer will be gone in the next version of LL so this is just a quick fix ![]() Re: Native Netflix coming to Linux - Valtam - 12-19-2015 Some news - http://blogs.adobe.com/primetime/2015/12/netflix-html5-on-firefox/ sounds promising. |