我使用 Ubuntu 18.04。当我关闭笔记本电脑并再次打开它时,我发现我之前打开的所有程序都丢失了。我的电源配置在“自动挂起”中为“关闭”。此外,在“按下电源按钮时”中我将其设置为“关闭”。但关闭笔记本电脑并不是按下电源按钮。
盖子关闭动作似乎已设置为“暂停”:
$ gsettings get org.gnome.settings-daemon.plugins.power lid-close-ac-action
'suspend'
这很烦人。我想关闭我的笔记本电脑(即关闭屏幕。这与按电源按钮不同)并找到我之前打开的所有程序。
答案1
注意:暂停功能需要 RAM,因此您应该有足够的 RAM 来维持所有打开的应用程序,否则“暂停”将无法正常工作。查看free m
“暂停”时通常打开的所有应用程序的输出。
- 检查系统设置>电源
打开终端并运行:
sudo apt install pm-utils
和
gsettings set org.gnome.settings-daemon.plugins.power lid-close-ac-action 'suspend'
gsettings set org.gnome.settings-daemon.plugins.power lid-close-battery-action 'suspend'
如果这不起作用:
sudo gedit /etc/systemd/logind.conf
并从行中取消注释(删除“#”)
#HandleLidSwitch=suspend
#HandleSuspendKey=suspend
#HandleLidSwitchDocked=suspend
#HandleHibernateKey=suspend