How to fix VLC Player in ArchLinux

How to fix a problem with gt4 preventing VLC from launching.

1983 views

Edited: 2017-04-29 22:42

After installing VLC player the normal way, and subsequently trying to launch it, you may encounter a problem with gt4 causing VLC not to work properly. Basically nothing happens if you try to open VLC player normally, and there will be no error message indicating what is wrong.

The solution is to open a terminal and run VLC from the terminal, this will give you an error message similar to the below:

...skins2 interface error: no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)...

This error hints that gt4 is not properly installed. You can try installing it by typing the following in a terminal:

sudo pacman -S qt4

Doing this should fix the problem, and allow you to finally use your favorite media player in Arch.

Tell us what you think:

  1. Understanding file permissions in Unix / Linux based systems, and how to make files immutable.
  2. How to search a directory and subdirectories for a given string of text in Linux with the grep command.
  3. Worth knowing in order to make a bootable USB memory stick with Windows on from Linux.
  4. This is why I decided to encrypt my new Flash Drive, and why I think you should too.
  5. About the problem with using sudo with graphical programs in Linux.

More in: Linux Tutorials