diff options
| author | 2026-08-04 15:00:48 +0700 | |
|---|---|---|
| committer | 2026-08-19 20:25:00 +0700 | |
| commit | 935707ec3e1627a5d080d8d4ba7e2e7bebe0f880 (patch) | |
| tree | 3bb855acb1063f160c80ac2eab16f4af046cd73c /config.sh | |
| parent | 61bdf88b3f2845fd113c91d7c1c371bfda3f2ae7 (diff) | |
| download | kiwi-descriptions-935707ec3e1627a5d080d8d4ba7e2e7bebe0f880.tar.gz kiwi-descriptions-935707ec3e1627a5d080d8d4ba7e2e7bebe0f880.zip | |
fix: switch suspend to interactive on power button press in gnome
session
fix: switch 'deep' suspend to 's2idle'
Diffstat (limited to 'config.sh')
| -rwxr-xr-x | config.sh | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -620,7 +620,23 @@ install -Dm644 /tmp/SayaAndy/surface-pro-12-inch-linux-fedora/etc/systemd/system /etc/systemd/system/wireupcameras.service systemctl enable wireupcameras.service -restorecon -Rv /usr /lib /etc/systemd/system /etc/udev/rules.d +# Suspend on Snapdragon is still very unstable. This is the reason why +# 'mem_sleep_default=s2idle' is set explicitly in the cmdline as 'deep' mode +# does not function at all. +# Even then, suspending via gnome settings daemon results in hard freeze. +# This is why: +# logind behavior is kept intact with suspend behavior. +# gnome default power button behavior was replaced with 'interactive'. +install -Dm644 /tmp/SayaAndy/surface-pro-12-inch-linux-fedora/etc/systemd/logind.conf.d/60-surface-power-key.conf \ + /etc/systemd/login.conf.d/60-surface-power-key.conf +install -Dm644 /tmp/SayaAndy/surface-pro-12-inch-linux-fedora/etc/dconf/db/local.d/00-power-button \ + /etc/dconf/db/local.d/00-power-button +install -Dm644 /tmp/SayaAndy/surface-pro-12-inch-linux-fedora/etc/dconf/profile/user \ + /etc/dconf/profile/user + +dconf update + +restorecon -Rv /usr /lib /etc/systemd /etc/dconf /etc/udev/rules.d #====================================== # Set the WSL name for ELN |