Open phrxmd opened 1 month ago
This could be related to #886, #5171 and #6513, but the behaviour is different in the details.
Here's the UI with GDI_SCALE=2 GDI_DPI_SCALE=0.5
, which get's much of the GUI into a sort of usable state, but not all.
I suspect you don't have kde-gtk-config or xsettingsd installed, I don't have this issue with 200% scaling
Is there an existing issue for this problem?
OrcaSlicer Version
2.1.1
Operating System (OS)
Linux
OS Version
OpenSuSE Tumbleweed, KDE Plasma 6.1.5, Wayland
Additional system information
Operating System: openSUSE Tumbleweed 20240927 KDE Plasma Version: 6.1.5 KDE Frameworks Version: 6.6.0 Qt Version: 6.7.2 Kernel Version: 6.11.0-1-default (64-bit) Graphics Platform: Wayland Graphics Processor: Mesa Intel® UHD Graphics 620
This is on a notebook with a HiDPI display set to 200% display scaling in KDE.
Printer
BambuLab X1 series
How to reproduce
chmod a+x
./OrcaSlicer_Linux_V2.1.1.AppImage
Actual results
The GUI immediately comes up broken.
Some text-based UI elements are scaled outside their bounding boxes and are hard to interact with. The UI degrades and is in parts unusable.
Expected results
The GUI should look fine.
Project file & Debug log uploads
The problem appears already before a project file is loaded. The logs are unspectactular, but attached: logs.zip
Checklist of files to include
Anything else?
I have experimented with different combinations of
GDK_SCALE
andGDK_DPI_SCALE
. WithGDK_SCALE
I can make the GUI larger and smaller overall. But the relative scaling of the text elements that flow outside their bounding boxes remains the same and is also unaffected byGDK_DPI_SCALE
.Starting with
GDK_BACKEND=X11
does not fix the issue.In addition, the stderr log goes crazy with GTK errors: