Cinnamon not suspending at scheduled time
On a desktop computer with AC power, A friend is running Artix with Cinnamon, completely up-to-date. After going into the Cinnamon Settings, Power, and setting "Suspend when inactive for" to 15 minutes, the computer never suspends. I even rebooted. I checked some settings with gsettings:
% gsettings get org.cinnamon.desktop.session settings-daemon-uses-logind
true
% gsettings get org.cinnamon.desktop.session session-manager-uses-logind
true
% gsettings get org.cinnamon.settings-daemon.plugins.power sleep-inactive-ac-type
'suspend'
% gsettings get org.cinnamon.settings-daemon.plugins.power sleep-inactive-ac-timeout
900
% gsettings get org.cinnamon.settings-daemon.plugins.power sleep-display-ac
600
Also, I know the machine is capable of suspend, as
loginctl suspend
works. Does anyone have any suggestions about how to get the Cinnamon Power setting for suspend to work? Thanks!