https://bugs.kde.org/show_bug.cgi?id=424024
--- Comment #46 from alberi...@gmx.com --- (In reply to Adrián Chaves (Gallaecio) from comment #42) > “QT_QPA_PLATFORM=xbc lokalize” did not work. > “env -u DISPLAY_WAYLAND lokalize” did not work either (idea from > https://www.reddit.com/r/swaywm/comments/jivv8n/comment/ga90583/ > ?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=s > hare_button). > No idea where to set “-platform xbc”, but I am guessing that if the options > above did not work this one will not help either. Feels like with or without > XWayland, Localize repaints poorly in a Wayland session. > Having X11 in Plasma 6 seems like it is not an option (based on > https://fedoraproject.org/wiki/Changes/KDE_Plasma_6#Feedback). > I‘m sad. First, be sure that you try `QT_QPA_PLATFORM=xcb lokalize` and not `QT_QPA_PLATFORM=xbc lokalize` It works on my machine™ (Debian 12 Gnome). If it works, you can also add the line `export QT_QPA_PLATFORM=xcb` at the start of your `.profile` file. Another option is to edit your lokalize's desktop file to run `QT_QPA_PLATFORM=xcb lokalize` rather than just `lokalize` (for this, DuckDuckGo is your friend !). If it doesn't work, try to launch `lokalize -platform xcb` rather than just `lokalize`. Hope this help. -- You are receiving this mail because: You are watching all bug changes.