I wanted a new look for my vlc, so i downloaded and installed it. It does not work any more and it does not give me any of the option buttons so i could change back… I have removed it, purged it but still wont work… FINALLY I GOT IT WORKING BACK TO DEFAULT.
In the terminal I did the following
//This will delete the vlc application
sudo apt-get remove vlc —purge
//this will delete the configuration files
sudo rm -Rv ~/.local/share/vlc
//Reinstalling vlc
sudo apt-get install vlc
This should be able to help you RESTRORE the fun…
Advertisement