Well yesterday, I installed Xubuntu on my new netbook and I made a mistake a BIG one I removed parole and installed vlc, only to find out vlc is painstakingly slow to start and plays videos slow and choppy. After googling around messing with vlc’s settings I gave up and I decided to reinstall parole. When trying to play a vid, I was greeted by this error message
No worries
I managed to fix it and I am sharing my solution with you guys.
First make sure you are logged in as root, you do this by typing:
sudo su
After you have typed your password, let’s find the folder in which parole is installed. Type:
whereis parole
As you can see parole is installed in /usr/share/parole. Well, let’s move to this folder then. Type:
cd /usr/share/parole
We are now “inside” parole, let’s fix it. Type:
parole --xv false
There might not be much screen activity after you have typed this command, but if you open parole now, it will work
(Remember, you always do the cliccie for a larger piccie!)
Edit 13/03/2014:
For quite some time I had the feeling that this “How to” became obsolete…. Rudolph was kind enough to confirm my suspicions, this is how he solved the problem:
I run Linux Mint 14 Nadia and decided to try XFCE and of course Parole media player. I tried your instructions as Root and it failed. Simple solution was to issue command “parole –xv false” at the Terminal default Home directory prompt $ as an ordinary user NOT as Root in the Parole directory. Parole now works perfectly. This might help Ubuntu / Xbuntu users as well because as Linux Mint is based on Ubuntu. Thank you for sharing your tips above because I would not have succeeded without your help.
With Rudolf’s comment in mind, I made a new “How to” you can check it here.
July 7, 2013 at 2:11 pm
Thanks, worked for me. Though I did it with a regular user privileges and in home directory. But I’m wondering what was a cause for the error, so I could coup with possible similar errors…
July 7, 2013 at 4:34 pm
Dear Pavlo,
I’m glad my tutorial helped you!
I honestly don’t know what the cause was for the error, I am not exactly the most gifted Linux user around
But if you must know, I suggest to contact James at http://www.jameslovecomputers.com/, he has a Facebook page too. Tell him Roja send you 🙂
August 15, 2013 at 1:48 pm
Worked for me 😉 THANK YOU !!! But what I really do not understand is why we have to do these hacks to make simple task to work.
August 15, 2013 at 1:49 pm
More Info: I am running Arch Linux with XFCE Installed.
August 15, 2013 at 6:00 pm
Ooooh, Arch Linux, aren’t we 1337 little fella :O
August 15, 2013 at 5:59 pm
Dear Pierre,
I wish I had an answer for that 😛 Great to read that my tutorial helped you!
October 21, 2013 at 6:46 pm
Made no difference on my Xubuntu 13.04 box. 😦
October 21, 2013 at 6:53 pm
By “box” do you mean virtual machine by any chance?
March 12, 2014 at 11:44 am
I’m using Xubuntu 14.04. Sorry buy your description doesn’t help me.
March 12, 2014 at 1:10 pm
Don’t feel sorry at all! It is good to know, I have switched to Fedora a couple of months ago. So I can’t check it out, sorry!
March 13, 2014 at 2:41 pm
I run Linux Mint 14 Nadia and decided to try XFCE and of course Parole media player. I tried your instructions as Root and it failed. Simple solution was to issue command “parole –xv false” at the Terminal default Home directory prompt $ as an ordinary user NOT as Root in the Parole directory. Parole now works perfectly. This might help Ubuntu / Xbuntu users as well because as Linux Mint is based on Ubuntu. Thank you for sharing your tips above because I would not have succeeded without your help.
March 13, 2014 at 3:04 pm
Rudolph thank you for your feed back! I don’t use Ubuntu anymore, but I will incorporate your feedback in my post.
May 20, 2014 at 7:36 am
For me it didn’t work. Re-installing fixed the issue.
August 21, 2014 at 8:38 pm
It didn’t work for me either (Xubuntu 14.04). Instead there is a runtime error while booting. How can I fix that? Need help!
August 22, 2014 at 10:26 am
Steve, I am so sorry, I don’t use Xubuntu anymore 😦 Did my other tutorial regarding this subject work?
August 23, 2014 at 9:09 pm
Roja, thank for answering so quickly! Unfortunately the other way didn’t work either. The errors while booting remain too… I can watch my dvds on another system, but i do want to fix these booting-errors. Do you habe any idea?
August 24, 2014 at 9:39 am
Steve I am really sorry that I can’t help you 😦
December 9, 2015 at 5:48 am
This didn’t work for me in Xubuntu 14.04 either.
Happily following this advice from
https://sites.google.com/site/easylinuxtipsproject/first-xubuntu#TOC-Install-full-multimedia-support
helped fix all my issues with playing DVDs in Parole:
a. Start Ubuntu Software Center and use the query:
restricted xubuntu
Then install the non-free multimedia extra’s for Xubuntu.
b. In order to be able to play encrypted DVD’s, do this:
Menu button – Accessories – Terminal Emulator
Type (use copy/paste): sudo /usr/share/doc/libdvdread4/install-css.sh
Press Enter. Your password will remain entirely invisible, not even dots will show, this is normal.
Close the terminal when the installation has completed.
December 28, 2015 at 7:48 am
Thank you for your input! It’s appreciated 🙂
November 25, 2016 at 7:05 pm
This does not work
December 20, 2016 at 10:06 pm
Open parole, tools, preferences. Select the display tab, and under Video Output select Window System X (without Xv).
You should already be able to play the videos.
August 2, 2020 at 10:38 pm
Hi, I’m new here and I had a similar error on Archlinux+XFCE. The problem was because gst-plugins-base was marked as an optional dependancy while without it Parole always showed a GStreamer backend error. Don’t know whether it is relevent for Xubuntu.