Fixing wrong scale of qt5 apps with xfce [solved] 13 March 2018, 02:16:09 Hi there,I was experiencing the following problem: when I updated vlc to the latest version (VLC media player 3.0.1 Vetinari, revision 3.0.1-0-gec0f700fcc) its window was showed with large buttons and small fonts. Like in the image:after doing some research I found that adding the following environment variables to my .bashrc (it could be added to /etc/environment instead) solved my problem.Code: [Select]export QT_QPA_PLATFORMTHEME=qt5ctexport QT_AUTO_SCREEN_SCALE_FACTOR=0after that, you ought to run qt5ct to config QT.QuoteIMPORTANT: In my case, selecting Standard dialogs as GTK3 produced segmentation faults every time I tried to run any QT application. Nevertheless, GTK2 is a safe choice.I hope this may help somebody, and save them the time I spent looking for a solution.Now it works just fine. Regards Last Edit: 19 March 2018, 20:33:43 by carlosalvatore
Re: Fixing wrong scale of qt5 apps with xfce Reply #1 – 13 March 2018, 07:12:43 @carlosalvatore Thanks. I put the environment variables in /etc/environment & all is working fine.Thanks for saving me from having to find the info' myself. 1 Likes