Comment 13 for bug 1359054

Revision history for this message
Haaglin (haaglin) wrote : Re: Power settings does not have an option for "close lid" on laptop

This workaround worked for me:

sudo nano /etc/systemd/logind.conf

find line "#HandleLidSwitch=suspend"
Replace line with "HandleLidSwitch=ignore"

finaly, restart service:
sudo restart systemd-logind