[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Does not halt after Menu - Logout - Shut down and closing notebook h
From: |
znavko |
Subject: |
Re: Does not halt after Menu - Logout - Shut down and closing notebook hood |
Date: |
Sun, 14 Oct 2018 17:45:53 +0200 (CEST) |
Yes. After changes in /etc/config.scm and running as root `guix system reconfigure /etc/config.scm` and reboot I've got it!
Your advice solved! Thank you!
Hello, I think this can be done by set 'handle-lid-switch' to 'ignore'
(it's 'suspend' by default) for the 'elogind-service-type', for example:
(operating-system
...
(services
(cons* (xfce-desktop-service)
(modify-services %desktop-services
(elogind-service-type
c => (elogind-configuration
(handle-lid-switch 'ignore)))))))
Hope it helps!
- Re: Does not halt after Menu - Logout - Shut down and closing notebook hood,
znavko <=