Tar*_*mán 7 sleep ubuntu-9.10 ubuntu
当计算机进入睡眠状态时,它会自行锁定,我想避免这种情况。(Ubuntu 9.10)
请不要赞成无效的答案!
Sat*_*hat 11
尝试:
转到系统 > 首选项 > 屏幕保护程序,然后取消选中屏幕保护程序处于活动状态时锁定的框。
别的
gconftool-2 --type boolean -s /apps/gnome-power-manager/lock_on_blank_screen false
gconftool-2 --type boolean -s /apps/gnome-power-manager/lock_use_screensaver_settings false
Run Code Online (Sandbox Code Playgroud)
如果这两个不起作用,那么
打开终端,然后输入 gconf-editor 在出现的窗口中转到应用程序 > gnome-power-manager > lock 在右侧,取消选中挂起和休眠,并确保选中 use_screensaver_settings
或者 -
In your terminal type sudo gedit /etc/default/acpi-support
Go to the line that says LOCK_SCREEN=true and put a # in front of it.
Run Code Online (Sandbox Code Playgroud)
关闭,保存并尝试。
通过UbuntuForums 的所有解决方案