On Mon, Jan 23, 2023 at 3:09 PM Witold Baryluk <witold.bary...@gmail.com> wrote: > I will consider some workaround on my side, or adjusting default in my > live-build build itself (as long as it is used only by me).
Another workaround is to create a file named something like /usr/share/glib-2.0/schemas/90_local_override.gschema.override with contents # Custom local override for https://bugs.debian.org/1029473 [org.gnome.settings-daemon.plugins.power] sleep-inactive-ac-timeout = 0 then run sudo glib-compile-schemas /usr/share/glib-2.0/schemas Ubuntu basically does this, although I'm not sure whether it's a good idea for Ubuntu to be doing it. Thank you, Jeremy Bicha