https://bugs.kde.org/show_bug.cgi?id=486599
--- Comment #9 from Michael Hamilton <[email protected]> --- An update to the previously described workaround. I've found setting QT_USE_PHYSICAL_DPI and disabling QT_ENABLE_HIGHDPI_SCALING to force the Plasm6 desktop into a workable unscaled configuration. The second new export is a workaround to fix the panel placement of popups and notifications. Note this also forces the Plasma6 Qt6 applications resemble Plasma5/Qt5 in style and layout - which might not be to everyone's taste - less rounded elements, less spacious layouts - but it looks OK to me. echo 'export QT_USE_PHYSICAL_DPI=1' >> /home/testuser/.config/plasma-workspace/env/hidpi.sh echo 'export QT_ENABLE_HIGHDPI_SCALING=0' >> /home/testuser/.config/plasma-workspace/env/hidpi.sh Of course, there's no telling whether these hacks will continue to work long term. -- You are receiving this mail because: You are watching all bug changes.
