[plasmashell] [Bug 483163] Sometimes on X11 with compositing turned on, black lock screen when using Breeze Plasma style, but controls are all there and remain interactive
nucleo
bugzilla_noreply at kde.org
Thu Jan 2 23:40:07 GMT 2025
https://bugs.kde.org/show_bug.cgi?id=483163
--- Comment #96 from nucleo <nucleo at 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 on the CC list for the bug.
More information about the Visual-design
mailing list