Comment 15 for bug 1810346

Revision history for this message
roussel geoffrey (roussel-geoffrey) wrote : Re: VLC interface not displayed correctly

As a temporary fix, so you don't have to launch it from the terminal you can do something like this, (need root):

sudo su
mv /usr/bin/vlc /usr/bin/vlcbin
echo 'QT_AUTO_SCREEN_SCALE_FACTOR=0 /usr/bin/vlcbin "$@"' > /usr/bin/vlc
chmod +x /usr/bin/vlc

It fixes the problem for me and i can launch it normally using the icon or from the file manager, i tested it with Nautilus and Nemo.