Wednesday, May 15, 2024
 Popular · Latest · Hot · Upcoming
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 28339  / 2 Years ago, wed, march 9, 2022, 4:54:12

I installed the videolan player



sudo apt-get install vlc-nox


but now if from the terminal I type vlc, instead of a GUI appearing, I get this in the terminal:



fdr@maggie:~$ vlc
VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e)
[0x27e2b18] main interface error: no suitable interface module
[0x25ea198] main libvlc error: interface "globalhotkeys,none" initialization failed
[0x25ea198] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x26bb4b8] [cli] lua interface: Listening on host "*console".
VLC media player 2.0.3 Twoflower
Command Line Interface initialized. Type `help' for help.


So the question is:



How do I start the videolan GUI (like the one that runs in Windows)?


More From » vlc

 Answers
6

Using Ubuntu 12.04, this is the result I get from loading vlc from the command line as you have done:



doctormo@delen:~$ vlc
VLC media player 2.0.3 Twoflower (revision 2.0.2-93-g77aa89e)
[0x9b35908] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.


Where upon the graphical front end loaded correctly.



This means that there is something with your installation, or the way your trying to load vlc. If you're logged into another user or computer via the command line, then you can't load the GUI. But you've given no indication you're using a different user (su) or another computer (ssh).



Reinstall vlc like this and try again:



sudo apt-get purge vlc vlc-nox
sudo apt-get install vlc


It should also be available in the Unity/Gnome/KDE menu, it has a desktop icon so you could always use that too. You can force the GUI using these commands:



For KDE/Qt:



vlc --intf qt4


otherwise:



vlc --intf skins2

[#36169] Thursday, March 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
horicgly

Total Points: 36
Total Questions: 126
Total Answers: 104

Location: Iceland
Member since Thu, Dec 1, 2022
1 Year ago
;