Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
gnome-settings-daemon
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 245
    • Issues 245
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 23
    • Merge Requests 23
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • gnome-settings-daemon
  • Issues
  • #571

Closed
Open
Opened Nov 23, 2020 by Tore Anderson@toreanderson

Notifications power on display if org.gnome.desktop.notifications show-in-lock-screen is true (even though screen isn't locked)

When the GSetting org.gnome.desktop.notifications show-in-lock-screen is true, new notifications will briefly power on the display. This happens even though the screen isn't locked.

To reproduce, run the following in a terminal:

gsettings set org.gnome.desktop.session idle-delay 60
gsettings set org.gnome.desktop.screensaver lock-enabled false
gsettings set org.gnome.desktop.notifications show-in-lock-screen true
sleep 120 && notify-send wakey wakey && sleep 60 && notify-send wakey2 wakey2

From this point on, do not interact with the the computer.

Outcome:

  1. After 60 seconds, the display turns off (expected behaviour)
  2. After another 60 seconds, the display turns briefly on and then off again (unexpected)
  3. After another 60 seconds, the display again turns briefly on and then off again (unexpected)

It is both unexpected and unwanted behaviour that show-in-lock-screen cause the display to power on under any circumstance (i.e., regardless of the screen being locked or not). Nothing about its name suggests that this will happen.

It is definitively annoying to have a bright display flicker on and off every so often, especially if you're in a dark room doing something completely different than being at your computer (e.g., sleeping, watching TV, etc.).

Furthermore, it is even more unexpected that show-in-lock-screen does anything at all when lock-enabled is false. The very name of the GSetting strongly imply that it only impacts behaviour when the lock screen is active. In other words, disabling the lock screen (by setting lock-enabled to false) ought to have made the show-in-lock-screen GSetting a no-op.

I am running Fedora 33 with gnome-settings-daemon-3.38.1-1.fc33.x86_64.

To upload designs, you'll need to enable LFS and have admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gnome-settings-daemon#571