On 4/4/25 17:00, Eben King wrote:
Also it suspends the OS after a few minutes, so I gotta find out where that's controlled.
/etc/gdm3/greeter.dconf-defaults looks to be a likely candidate, as in https://unix.stackexchange.com/questions/748759/disabling-suspend-etc-on-debian-12 I changed it like so: # Automatic suspend # ================= [org/gnome/settings-daemon/plugins/power] # - Time inactive in seconds before suspending with AC power # 1200=20 minutes, 0=never sleep-inactive-ac-timeout=0 and restarted gdm: root@alexandria:~# systemctl restart gdm3 so I'll see if that did the trick.