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

Kai Uwe Broulik <k...@privat.broulik.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1
                 CC|                            |k...@privat.broulik.de

--- Comment #4 from Kai Uwe Broulik <k...@privat.broulik.de> ---
I think I found the reason. When activities change PowerDevil reloads its
profile (as you might have per-activity settings) and in the profile loader it
has the following code:

// If the lid is closed, retrigger the lid close signal
    if (m_backend->isLidClosed()) {
        Q_EMIT
m_backend->buttonPressed(PowerDevil::BackendInterface::LidClose);
    }

and then it locks the screen, it also doesn't even check whether the lid is
already closed, so it does that everytime you change activities.

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

Reply via email to