Page 1 of 1

preferences don't show [SOLVED]

Posted: 21 Aug 2010 10:15
by lazylew
I have destroyed something in VLC, but don't remember how I did that (some months ago).
The "preferences" don't show up and I can't change the skin anymore either.

I tried a reinstall, but VLC reappears in the same skin with the same flaws.

How do I purge remove or do something like that to get a clean customizable reinstall?

I'm no Linux guru but can follow (very) simple instructions for the command line.
(using #!Crunchbang Linux)

Re: preferences don't show

Posted: 21 Aug 2010 10:44
by rusty149
hello :)

Open terminal & enter the following code and your password when prompted.

Code: Select all

sudo apt-get update sudo apt-get remove --purge vlc sudo apt-get install vlc

Re: preferences don't show

Posted: 21 Aug 2010 11:00
by lazylew
hello :)

Open terminal & enter the following code and your password when prompted.

Code: Select all

sudo apt-get update sudo apt-get remove --purge vlc sudo apt-get install vlc
The situation is the same after doing that.

Right click on the player gives the menu for play, pause, etcetera and for preferences.
When I click on preferences though, nothing happens.

The skin is also the same, which is not the default one that VLC delivers with the very first install, and I can't change skins either.

Re: preferences don't show

Posted: 21 Aug 2010 11:24
by rusty149
Please provide the version from:

Code: Select all

vlc --version
Also are you using the latest Crunchbang Linux?

and what does this return:

Code: Select all

ls /usr/lib/vlc/gui

Re: preferences don't show

Posted: 21 Aug 2010 11:33
by RĂ©mi Denis-Courmont
From the terminal. type:

Code: Select all

vlc --reset-config --reset-plugins-cache -v

Re: preferences don't show [SOLVED]

Posted: 21 Aug 2010 11:44
by lazylew
From the terminal. type:

Code: Select all

vlc --reset-config --reset-plugins-cache -v
that worked; thank you so much :D