Tente remover sua pasta de configuração do VLC ~/.config/vlc
. Ou tente vlc --ignore-config
.
Após a atualização para o ubuntu 14.04, o VLC funcionou. Depois de instalar um novo skin para vlc, o vlc não será iniciado.
O arquivo de skin foi excluído. VLC foi removido completamente com:
sudo apt-get remove --purge vlc
sudo apt-get remove --purge vlc*
sudo apt-get remove --purge vlc-data
Após a reinstalação com o synaptic, a vlc não é iniciada.
Depois de limpar novamente a vlc, o terminal responde a: vlc
com;
The program 'vlc' is currently not installed. You can install it by typing:
sudo apt-get install vlc-nox
O Vlc foi instalado com o sudo apt-get install vlc-nox
A execução de vlc no terminal fornece:
VLC media player 2.1.2 Rincewind (revision 2.1.2-0-ga4c4876)
[0x1d034c8] main interface error: no suitable interface module
[0x1ce7058] main libvlc error: interface "globalhotkeys,none" initialization failed
NB: em todas as instâncias o vlc 2.1.2-2build2 foi instalado mas não está funcionando. apt-get
também foi limpo, após a remoção, sudo apt-get autoremove
removeu todos os pacotes que não eram mais necessários.
sudo apt-get clean
sudo apt-get autoclean
Nenhum PPA extra está presente.
Como instalar uma versão vlc regular da GUI?
1) Para responder AzkerM VLC foi instalado com synaptic.
~$ dpkg --get-selections | grep "vlc"
libvlc5 install
libvlccore7 install
vlc install
vlc-data install
vlc-nox install
vlc-plugin-notify install
vlc-plugin-pulse install
2) Para responder a Jos:
vlc --ignore-config
VLC media player 2.1.2 Rincewind (revision 2.1.2-0-ga4c4876)
[0xbb7058] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
Fontconfig warning: FcPattern object size does not accept value "0"
[0x7fe8113cbbb8] main vout display error: Failed to resize display
Apesar dos avisos, o vlc --ignore-config lançou um VLC funcional! A configuração antiga deve ter causado problemas. vlc --reset-config é uma solução permanente. Obrigado por se interessar por esta questão (e por editá-la).
Tente remover sua pasta de configuração do VLC ~/.config/vlc
. Ou tente vlc --ignore-config
.