I press shutdown button and if the lid is closed before the shutdown process end, this one resumes after I reopen the lid
Asked
Active
Viewed 186 times
2
-
Have you considered reporting this as a bug ? – NGRhodes Nov 01 '13 at 18:18
-
@NGRhodes I don't know where can I report this as a bug – Nov 09 '13 at 11:47
-
Here http://askubuntu.com/questions/5121/how-do-i-report-a-bug – Braiam Feb 21 '14 at 01:51
1 Answers
0
I had the exact same problem here on Ubuntu 13.10. I solved it by adding the line :
HandleLidSwitch=lock
in the file /etc/systemd/logind.conf
.
And then using this command to make the changes effective:
sudo restart systemd-logind
I hope it solves your problem too. Have a nice day.

Elliot
- 1
-
I'm having this exact problem, could you elaborate on what your suggested change does? It sounds like you replace Suspend behavior by lock behaviour? but wouldn't that prevent the laptop from suspending when you actually want it to suspend by closing the lid? – Minos Nov 11 '13 at 12:55