I rebooted after that but the problem remained unchanged, any leftovers i might have missed? or should i assume for now that kvantum was not responsible?
Would love to share a screenshot, but I’m not allowed to do that yet. I’ll try to describe as best i can. 3D view and controls works fine, menu’s appear, but hovering them results in glitched text. Menu’s are also drawn in the wrong place and icons are chopped or missing.
I’m running Manjaro XFCE, i believe originally a spin from 2017 as base install.
I’m aware of the problems with qt5-styleplugins, but since Freecad was running without crashing i found it difficult to blame it on styleplugins.
While overthinking the issue i concluded the rendering of the fonts was the only problem. And then it dawned on me, the affected systems have low DPI monitors.
I then ran Freecad using the following line: QT_FONT_DPI=96 freecad
This turned out to be the fix. Apparently display DPI isn’t properly applied or detected by QT?