https://bugs.kde.org/show_bug.cgi?id=483163
Andrii R. <andrew612...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew612...@gmail.com --- Comment #62 from Andrii R. <andrew612...@gmail.com> --- I'm also able to reproduce this problem on my system just using Meta + L shortcut The issue could fix by itself, if some app will update the screen content. I used DISPLAY=:0 xrefresh entered from the ssh - it refreshes the screen and I'm able to see kscreenlocker greeter after. I also tinkered the source code of kscreenlocker, this short patch also solves the issue for me(but it might break something else): diff --git a/x11locker.cpp b/x11locker.cpp index 577ee9c..28e2a82 100644 --- a/x11locker.cpp +++ b/x11locker.cpp @@ -85,7 +85,7 @@ void X11Locker::initialize() void X11Locker::showLockWindow() { - m_background->hide(); + m_background->show(); // Some xscreensaver hacks check for this property const char *version = "KDE 4.0"; Operating System: Gentoo amd64 KDE Plasma Version: 6.1.5 KDE Frameworks Version: 6.6.0 Qt Version: 6.7.2 Graphics Platform: X11 -- You are receiving this mail because: You are watching all bug changes.