Display timeout not adjustable

Hello everyone since the last update I can set the time after which the screen turns off, but the computer does not take over/save this setting anymore. Can anyone help me?

Here is my information about the system:

OS: Manjaro Linux x86_64 
Host: Spin SP513-51 V1.14 
Kernel: 5.15.72-1-MANJARO 
Uptime: 15 mins 
Packages: 2046 (pacman), 44 (flatpak), 24 (snap) 
Shell: bash 5.1.16 
Resolution: 1920x1080 
DE: GNOME 42.5 
WM: Mutter 
WM Theme: Matcha-dark-sea 
Theme: Matcha-dark-azul [GTK2/3] 
Icons: Papirus-Dark [GTK2/3] 
Terminal: xfce4-terminal 
Terminal Font: Monospace 12 
CPU: Intel i5-7200U (4) @ 3.100GHz 
GPU: Intel HD Graphics 620 
Memory: 4364MiB / 7834MiB 

I found a small workaround. Via the terminal you can set the screen timeout with this command gsettings set org.gnome.desktop.session idle-delay <time in seconds> This overrides the settings in the GUI of the GNOME Settings.
Nevertheless, this seems to be a bug in Gnome Settings. Does anyone how to fix this?

Here is a little script for those who are struggeling with the same bug:

#!/bin/bash
read -p "How long do you want the screen to stay on? (in seconds)  " time
echo "Ok ,$time seconds"
gsettings set org.gnome.desktop.session idle-delay $time
exit

That’s https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2025

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.