https://bugs.kde.org/show_bug.cgi?id=483094
--- Comment #83 from Marcin Kasperski <marcin.kasper...@softax.com.pl> --- Just a note: the trick from comment 77 works for me. My Ubuntu version (comparing to comment 77: I use 'EOF' to preserve "$@", the directory is different, and I suggest creating script under new name to preserve it during upgrades): sudo -i cd /usr/lib/x86_64-linux-gnu/libexec cat > kscreenlocker_greet.sh <<'EOF' #!/bin/bash QT_QUICK_BACKEND=software /usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet.dist "$@" EOF chmod a+x kscreenlocker_greet.sh # Reapply those two lines if upgrade overwrites kscreenlock_greet mv kscreenlocker_greet kscreenlocker_greet.dist cp kscreenlocker_greet.sh kscreenlocker_greet -- You are receiving this mail because: You are watching all bug changes.