See the lines
logicalDpi: inf x inf
physicalDpi: -49587349.6902 x -87694669.8701
in the debug output. They indicate Qt is not able to read the correct monitor size/resolution from the X server. I think that is the underlying reason for the problems. Unfortunately, I have no idea how to resolve it. I dont think using the system theme will make a difference as the monitor data is read before the theme comes into play.
Last edited by kovidgoyal; 06-27-2017 at 02:38 PM.
|