O VLC não abre a GUI. Ubuntu 17.10 no X, todos os pacotes estão atualizados vlc:amd64/artful 2.2.6-6 uptodate
. Tentei reiniciar o sistema e purgar e reinstalar o VLC. O VLC foi instalado com sudo apt install vlc
. Aqui está a saída no console:
matias@matias-System-Product-Name:~$ vlc
VLC media player 2.2.6 Umbrella (revision 2.2.6-0-g1aae78981c)
[000055fc8c43a918] core libvlc: Running vlc with the default interface.
Use 'cvlc' to use vlc without interface.
[000055fc8c550a28] skins2 interface error: no suitable dialogs provider
found (hint: compile the qt4 plugin, and make sure it is loaded properly)
[000055fc8c550a28] skins2 interface error: cannot instantiate qt4 dialogs provider
[000055fc8c550a28] [cli] lua interface: Listening on host "*console".
VLC media player 2.2.6 Umbrella
Command Line Interface initialized. Type 'help' for help.
>
Como isso sugere um problema com o Qt, tentei seguir as instruções aqui: Interface Qt4 não funciona para o VLC
e instalou o Qt 5.10.1 mas não ajudou (verificação por qmake -version Using Qt version 5.10.1 in /opt/Qt/5.10.1/gcc_64/lib
)
Usando o VLC via linha de comando parece funcionar bem. Esta é a saída do link vlc -vv
Eu também tentei marcar skins2, mas não o suficiente.