jboss1995 |
Thursday 8 November 2012 at 5:10
|
jboss1995
|
Hi all
javascript:nicTemp();
It seams that someone got Netflix working on Linux. It needs some patches and 6 or so steps to get it working. It sounds like the perfect PlayOnLinux app. How can we get it added?
|
Quentin PÂRIS |
Thursday 8 November 2012 at 12:00
|
Quentin PÂRIS
|
Can you repost your link please ?
|
jboss1995 |
Thursday 8 November 2012 at 14:18
|
jboss1995
|
Can you repost your link please ?
i did, it is that javascript:nicTemp(); i don't know why it showed up like that.
http://how-to.wikia.com/wiki/How_to_watch_Netflix_(Watch_Instantly)_in_Linux
|
jboss1995 |
Friday 9 November 2012 at 7:35
|
jboss1995
|
why is no one answering?
|
Quentin PÂRIS |
Friday 9 November 2012 at 11:36
|
Quentin PÂRIS
|
why is no one answering?
Because no one has the answer?
|
jboss1995 |
Friday 9 November 2012 at 18:01
|
jboss1995
|
why is no one answering?
Because no one has the answer?
How do others submit application to be add to PlayOnLinux?
|
Ronin DUSETTE |
Wednesday 14 November 2012 at 19:22
|
Ronin DUSETTE
|
I gotta see this. That would be cool if they actually got it working. I have *almost* got it working in the last few weeks in POL with FF and silverlight 4 (and once 5), but it still crashes and glitches. Either way, its way closer than it was a year ago. haha
|
hyperfang8 |
Sunday 25 November 2012 at 3:34
|
hyperfang8
|
|
zecarlo |
Tuesday 16 April 2013 at 3:28
|
zecarlo
|
Did anyone try that ? Did it work ?
|
Ronin DUSETTE |
Tuesday 16 April 2013 at 3:45
|
Ronin DUSETTE
|
You dont need it anymore. Use this: http://www.compholio.com/netflix-desktop/It is a custom build of wine, that automatically installs firefox for windows, silverlight, and everything else it needs. Im watching Netflix using this right now. :)
|
softappstudio |
Thursday 2 May 2013 at 5:13
|
softappstudio
|
This is absolutely awesome (!), as I write this, I have Netflix running an HD movie about Henry V at 1600x1200 resolution on the 2nd monitor of this Zorin OS6-box.
Despite the caution on the site, the Netflix-desktop does not appear to have corrupted my existing Wine installations, neither the stand-alone nor those available in POL; instead, it has *added* a Wine version called "System" to the POL list, which I do not expect to use overtly.
I am most grateful for the clear and correct instructions, especially the little commands needed to accommodate an /ext3 file system. At the first run, it had to install a Gecko pkg, which went smoothly.
Is there some way I can make a contribution to your "Coffee Fund"? I am not rich, but I like to think I am not cheap either.
Thank you again for doing what Netflix has refused to do (I am an avid watcher, on 3 devices.)
--Grahame
|
Ronin DUSETTE |
Thursday 2 May 2013 at 5:33
|
Ronin DUSETTE
|
System wine will always be in the list. Its there by default. But yeah. It keeps it all nice and apart from everything else. I really like it. They worked long and hard to get it to work.
Oh, and I have never had it even touch system wine. It just wants it installed. Thats all. :) Edited by RoninDusette
|
softappstudio |
Tuesday 7 May 2013 at 11:35
|
softappstudio
|
Help Yosha ?!, I have run into a brick wall trying to install it on another (Kubuntu 13.04) PC: I cannot get the mscorefonts to install, according to netflix-deskktop so it won't run (It does offer to install, but nothing happens). I think they are already installed, but perhaps therey are corrupted?, anyway I cannot --reinstall or remove them because /var/cache/debconf/config.dat is always locked by another process (possibly the failed attempt by netflix-deesktop?). I am no Linux ghuru (!) and I don't know what to do. I have tried some recommended ways to unlock files, no great success there . I think I have installed them easily into a POL "bottle", but that doesn't help the net... app does it? Can you perhaps suggest a sequence of steps that may get me back on track? Whatever you come up with, I will surely try out. Thanks. --Grahame
|
Ronin DUSETTE |
Tuesday 7 May 2013 at 18:03
|
Ronin DUSETTE
|
I believe you can use: sudo apt-get -f install
to finish up any broken installs. Use: sudo apt-get install ppa-purge && sudo ppa-purge ppa:ehoover/compholio
to remove the netflix-desktop ppa and purge its packages. Then: rm -rf ~/.wine-browser
TYPE THAT COMMAND EXACTLY RIGHT, NO SUDO. This will delete the netflix-desktop data folder in your home folder. Now, to reinstall netflix-desktop sudo add-apt-repository ppa:ehoover/compholio
sudo apt-get update
sudo apt-get install netflix-desktop
Now, after its done downloading, make sure you anything using the internet OFF. No browsing, no watching youtube, no torrent. This is to make sure that you have all of the bandwidth you can get when running this next command. netflix-desktop has to download a lot of files, and some of them are pretty big. If it fails, you will have to remove the .wine-browser directory in your home folder and try again. To run netflix-desktop and finish the installation, simply run netflix-desktop
from the terminal, and leave the terminal open until after you log in, and start a movie. If you can watch a movie now, then close netflix and the terminal, and you are good to go now. This is kind of off topic, but I have had some issues with it in the past, and since this IS a "netflix on wine" topic, its ok. :) Let me know if that worked for you.
|
softappstudio |
Wednesday 8 May 2013 at 2:35
|
softappstudio
|
Thanks for all the details!
I think it all went as planned, until it started the series of ttf-mscorefonts-installer s. At the end it said I had not agreed the EULA (never saw it), so please do [[see below]]. I ignored the warning and did netflix-desktop, but this just said "fonts not installed, shall I do it?" so I said [Y] and the console window froze up with the EULA form, which I could not [OK], so I just [X] the console window. In a new console window I did [[ i.e. the below, as requested]] .... sudo dpkg-reconfigure ttf-mscorefonts-installer
which immediately just said "user did not accept the mscorefonts-eula license", so the hold-up seems to be getting the mscorefonts installed.
Sorry not such good news. --Grahame
|
softappstudio |
Wednesday 8 May 2013 at 2:39
|
softappstudio
|
P.S. I just did ..... sudo apt-get install ttf-mscorefonts-installer
and it says "ttf-mscorefonts-installer is already the newest version."
But I don't know how to try to make it run (there is apparently no such command as ttf-mscorefonts-installer ). ? --Grahame
|
softappstudio |
Wednesday 8 May 2013 at 2:57
|
softappstudio
|
|
softappstudio |
Wednesday 8 May 2013 at 3:06
|
softappstudio
|
PPS. My latest "head scratching" is ...
[1] netflix-desktop does not do what it says it will when it offers to install the mscorefonts, nothing happens. [2] there appears to be a specific incompatability between ttf-mscorefonts-installer and the default X-term window on Kubuntu (called "Konsole").
So I tried to redo... sudo dpkg-reconfigure ttf-mscorefonts-installer in a regular X-term, and it seemed to run quite smoothly - I just hit at each pause - but the net result was still "user did not accept the ms-corefonts-eula license".
I reckon I ran out of ideas. ? Thanks v. much for sticking with me on this ! --Grahame
|
Ronin DUSETTE |
Wednesday 8 May 2013 at 3:10
|
Ronin DUSETTE
|
So, its exactly what its say; you arent agreeing to the eula I use Konsole and Terminator. They both work. What version of Linux are you running?
|
softappstudio |
Wednesday 8 May 2013 at 15:53
|
softappstudio
|
Hm. I am on Kubuntu 13.04, which has KDE v4.10.2
I was woindering if there might be some other way I could install the fonts successfully, outside the POL/Netflix environment,
--G
|