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

no grace period on auto screen lock. #2076

Open
sudanchapagain opened this issue Oct 3, 2024 · 0 comments
Open

no grace period on auto screen lock. #2076

sudanchapagain opened this issue Oct 3, 2024 · 0 comments

Comments

@sudanchapagain
Copy link

What Happened?

When auto-screen lock is triggered, it instantly locks up the screen. It provides no way to cancel the screen lock unless you yourself remember to do so. No visual cues are given.

Steps to Reproduce

  1. wait for auto screen lock.
  2. see the action.

Expected Behavior

A dimmed screen for a while or when screen is locked instant user input should cancel the lock.

OS Version

7.x (Horus)

Session Type

Classic Session (X11, This is the default)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

I have nix's home-manager which changes dconf settings. It changes the following:

  dconf.settings = {
    "org/gnome/desktop/session" = {
      idle-delay = "uint32 18";
    };
    "org/gnome/system/location" = {
      enabled = false;
    };
    "io/elementary/desktop/agent-geoclue2" = {
      location-enabled = false;
    };
    "org/gnome/desktop/privacy" = {
      remember-recent-files = false;
      show-full-name-in-top-bar = false;
      remember-app-usage = false;
    };
    "org/gnome/settings-daemon/plugins/power" = {
      sleep-inactive-battery-timeout = 30;
      sleep-inactive-ac-timeout = 30;
    };
  };
@sudanchapagain sudanchapagain changed the title No Grace period on auto screen lock. no grace period on auto screen lock. Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant