Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • KWin KWin
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 105
    • Merge requests 105
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Plasma
  • KWinKWin
  • Merge requests
  • !1919

Merged
Created Jan 20, 2022 by David Edmundson@davidedmundsonDeveloper

Only consider the screen lock shown after the screen window is mapped

  • Overview 1
  • Commits 1
  • Pipelines 6
  • Changes 1

This signal is sent back to the ksldapp after the greeter has registered a window with the compositor. Only once ksldapp gets this signal does it release the lock delaying suspend.

With xdgshell/layershell we have a roundtrip of configuring before the window is even exposed, so we move to a different signal. This also helps encapsulate lockscreen code.

Ideally we want to add code tracking frame rendering per screen tracked too, but that would be based off this change.

CCBUG: 316734

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: work/lock_screen_delay