You are not logged in.
Hey, guys,
I'm with "BunsenLabs GNU/Linux 9.4 (Helium)" and I have this weird issue that viber and VLC player appear super zoomed - huge icons, buttons, etc.
Viber doesn't even fit in the my screen (on resolution 1920x1080).
Any clues with what could be the reason?
Offline
Does running this in the terminal fix it?
export QT_AUTO_SCREEN_SCALE_FACTOR=0 && vlc
Replace vlc with viber to test it for that app.
If so, you could put that, minus the "&& vlc" in a script in /etc/profile.d to set it at every boot.
Offline
is viber a qt app?
Offline
is viber a qt app?
Don't have it to examine, but: https://www.quora.com/What-programming- … pplication
Offline
Thanks a lot, guys
export QT_AUTO_SCREEN_SCALE_FACTOR=0
did the trick
Offline