https://bugs.kde.org/show_bug.cgi?id=483163
--- Comment #96 from nucleo <nuc...@fedoraproject.org> --- Changes between kscreenlocker-6.2.4/x11locker.cpp and kscreenlocker-6.2.5/x11locker.cpp are not the same as patch from comment 62: void X11Locker::showLockWindow() { m_background->hide(); + m_background->lower(); . // Some xscreensaver hacks check for this property const char *version = "KDE 4.0"; patch from comment 62: void X11Locker::showLockWindow() { - m_background->hide(); + m_background->show(); // Some xscreensaver hacks check for this property const char *version = "KDE 4.0"; -- You are receiving this mail because: You are watching all bug changes.