After upgrading to 20.04, my screen does not blanks after the given timeout.
When I performed the upgrade, I got a notification of the upgrader that screen blanking would be disabled.
After the upgrade, I think i set everything to enable it again, but it does not work apparently.
Here are 2 screenshots of my settings:
Did I overlook some setting?
[Edit]
Output of gsettings list-recursively | grep idle-delay
org.cinnamon.desktop.session idle-delay uint32 900
org.gnome.desktop.session idle-delay uint32 60
(process:26641): GLib-GIO-WARNING **: 19:12:59.864: Failed to parse translated string '['attachment',‘bijlage’,'attaching','attached',‘bijgevoegd’,'enclosed',‘ingesloten’]' for key 'attachment-reminder-clues' in schema 'org.gnome.evolution.plugin.attachment-reminder': 14:expected value
(process:26641): GLib-GIO-WARNING **: 19:12:59.864: Using untranslated default instead.
[edit 2]
Output for command echo $XDG_SESSION_DESKTOP
ubuntu
Output for dpkg -l | grep cinnamon
ii cinnamon-desktop-data 4.4.1-3 all Common files for Cinnamon desktop apps
ii cinnamon-l10n 4.4.2-2 all Translation files for the Cinnamon desktop
ii cinnamon-session 4.4.1-1 amd64 Cinnamon Session Manager - Minimal runtime
ii cinnamon-session-common 4.4.1-1 all Cinnamon Session Manager - common files
ii libcinnamon-desktop4:amd64 4.4.1-3 amd64 Cinnamon library for loading .desktop files
[edit 3]
output for gsettings get org.gnome.desktop.lockdown disable-lock-screen
false
false
– wouter205 May 03 '20 at 07:27sleep-inactive-battery-type
wasnothing
for both. I changed it toblank
and now my screen does blank out after the given timeout. Thanks a lot! – wouter205 May 03 '20 at 10:20