You are not logged in.
Hello! This is my very first post, so please excuse and correct me if I'm doing something wrong.
I installed the qt5-base package recently because I wanted to try making an application.
Since then, all of my Qt-based applications have messed up interfaces and I cannot fix it.
I have tried:
1) Uninstalling qt5-base which didn't work as a bunch of applications are now dependent on it
2) Reading the troubleshooting section on the wiki. Nothing regarding my issue.
3) Using different themes such as Fusion, Windows and gtk2. The issue remains.
I could try explaining the issue, but I think an image would make it easier for everyone.
I use Xorg and i3-gaps.
Last edited by hansielneff (2020-06-03 14:27:29)
Offline
Looks like an issue with scaling, check this thread https://bbs.archlinux.org/viewtopic.php?id=255130
Offline
Thank you, Xabre. Adding "QT_AUTO_SCREEN_SCALE_FACTOR=0" to ~/.pam_environment fixed the issue.
Offline