Skip to content

Mint Update Manager leaves the screensaver disabled #941

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

Open
KevinJMachin opened this issue Apr 24, 2025 · 1 comment
Open

Mint Update Manager leaves the screensaver disabled #941

KevinJMachin opened this issue Apr 24, 2025 · 1 comment
Labels

Comments

@KevinJMachin
Copy link

Description

When the Mint Updater runs its regular update (10 minutes after session start, then every two hours), the screensaver is left disabled. This also happens after a manual update check.

Steps to Reproduce

  1. Check the screensaver is enabled, using the following command.

    $ xset q
    ...
    Screen Saver:
      prefer blanking:  no    allow exposures:  no
      timeout:  300    cycle:  300
    ...

    Note the timeout and cycle values are both 5 minutes (though they may be different on your system).

  2. Open the Update Manager and click the "refresh" button. The commands sudo apt update|upgrade may also trigger this, but after some delay when the mintupdate application gets notified.

  3. Examine the screensaver status again.

    $ xset q
    ...
    Screen Saver:
      prefer blanking:  no    allow exposures:  no
      timeout:  0    cycle:  300
    ...

    Note the timeout value is now zero, which means it's disabled.

Expected Behaviour

It's okay to temporarily disable the screensaver and/or power management during an update/upgrade, but these should be restored once those operations have finished.

Actual Behaviour

The screensaver is left in a disabled state.

Impact

Screensaver stops working after Update Manager has run. There may also be power management implications, but I've not tested those.

Workaround: xset s 300 after every update check.

System Details

Item Set-up Description / Notes
System Mint Xia XFCE
Update Manager version 7.0.7
Power management Unused Essentially all disabled in the configuration, except status notifications.
Screensaver xfce4-screensaver 4.18.3 Neither light-locker nor xscreensaver are installed.
Settings Enable screensaver Yes
Screensaver Slideshow
Activate when idle Yes
Regard as inactive After 5 minutes
Inhibit for full screen apps No
Enable lock screen Yes
Lock screen with screensaver No
Lock screen with system sleep No
On screen keyboard No
Session status messages No
Logout No
User switching Yes
@KevinJMachin
Copy link
Author

On further investigation, the issue seems to be caused by interactions between xfce4-power-manager and xfce4-screensaver, but this depends on the various settings' combination. Since it does not seem to be related to mintupdate, please feel free to move/close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant