https://bugs.kde.org/show_bug.cgi?id=483094
Michael Hamilton <mich...@actrix.gen.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mich...@actrix.gen.nz --- Comment #77 from Michael Hamilton <mich...@actrix.gen.nz> --- (In reply to jean from comment #72) > If i set `QT_QUICK_BACKEND=software` in > ~/.config/environment.d/qt-quick.conf (and reboot), I can't reproduce the > issue anymore. > Also, when running nvidia drivers version aur/nvidia-550xx-dkms > 550.144.03-1, the problem doesn't occur. I just upgraded an OpenSUSE Tumbleweed desktop from the 550 to 570.124 and I'm now experiencing this issue. I've managed to workaround the issue by using Jean's suggestion. I replaced kscreenlocker_greet with a script: mv /usr/libexec/kscreenlocker_greet /usr/libexec/kscreenlocker_greet.dist cat > /usr/libexec/kscreenlocker_greet <<EOF #!/bin/bash QT_QUICK_BACKEND=software /usr/libexec/kscreenlocker_greet.dist "$@" EOF chmod +x /usr/libexec/kscreenlocker_greet Having done the above, I haven't seen a reoccurrence. Looking at coredumpctl I cannot see any coredumps from kscreenlocker_greet (I do see a couple from sddm-greeter-qt6, presumably unrelated). -- You are receiving this mail because: You are watching all bug changes.