Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent multiple lock requests on Linux #11306

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Commits on Sep 28, 2024

  1. Prevent multiple lock requests on Linux

    * Fixes #11000
    
    When the screen locks on e.g. gnome we receive multiple independent signals of that, namely the Gnome session manager and the gnome / freedesktop screensaver.
    
    When this happens, this causes multiple "lock database" requests to be issued. The first one correctly shows the question to discard/cancel, but the second one while the first is still asking goes and dismisses the question and then goes to ask it again. The result is it acts like you didn't answer correctly (ie, to cancel) and the database is locked.
    droidmonkey committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e0ea89e View commit details
    Browse the repository at this point in the history