https://bugs.kde.org/show_bug.cgi?id=370676

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-workspace/commit/
                   |                            |6c56038777a4a327afd58fca2f5
                   |                            |bcaf8fc3a0423
             Status|CONFIRMED                   |RESOLVED
   Version Fixed In|                            |5.25
         Resolution|---                         |FIXED

--- Comment #42 from Nate Graham <n...@kde.org> ---
Git commit 6c56038777a4a327afd58fca2f5bcaf8fc3a0423 by Nate Graham, on behalf
of David Edmundson.
Committed on 16/05/2022 at 14:30.
Pushed by ngraham into branch 'master'.

Fix loading the lockscreen fallback UI

kscreenlocker has a fallback UI loaded if the main QML from the LNF
fails.

As the main code is in a loader the lockscreen /always/ loads even if
the main contents can't be loaded. It also
contributes to a black flicker when loading the lockscreen.

The rationale for the loader was to make the window appear faster. This
hopefully isn't needed now we have the logind integration delaying the
sleep.

If it turns out this is feature desired it would be far more productive
to do this in the greeterapp c++ code. Show an empty QtQuick window and
then set the source on it later. It'd be far faster which would help towards 
the original goal and allow us to check the loading.

This patch also removes the opacity fade as there's already an opacity
fade on contents when one moves the mouse when the "screensaver" like
code looks smoother.
FIXED-IN: 5.25

M  +2    -28   lookandfeel/contents/lockscreen/LockScreen.qml

https://invent.kde.org/plasma/plasma-workspace/commit/6c56038777a4a327afd58fca2f5bcaf8fc3a0423

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to