问题描述
Are you sure you want to close all programs and shut down the computer?
当我点击关机时我想关机! :)这条消息让我感到困惑。如何避免这条消息?
最佳解决方案
12.04以后
通过运行dconf-editor(来自dconf-tools)找到指标会话和注销菜单的设置
次佳解决方案
11.04和以前版本的ubuntu
-
Alt
+F2
并输入:gconf-editor
-
应用> indicator-session
-
选择
suppress_logout_restart_shutdown
要么
-
Alt
+F2
并输入:
gconftool-2 --type bool --set /apps/indicator-session/suppress_logout_restart_shutdown true
要re-enable确认,请将关键字true
替换为false
第三种解决方案
-
按
Alt+F2
并键入gconf-editor
-
转到
/apps/indicator-session
并检查您想要的项目
第四种方案
对于10.04
使用Ctrl
Alt
Del
,等待60s或Enter
。
没有鼠标参与 – 但我知道的最快的方式。
对于11.10及更高版本
上述键快捷键仅导致注销对话框。要为我们打开的电源关闭对话框分配键盘快捷键
gnome-control-center keyboard
或系统设置中的键盘…为命令定义新的自定义快捷方式
gnome-session-quit --power-off
这将打开以下关闭窗口:
如果我们想要Ctrl
Alt
Del
,我们可能需要为System定义另一个快捷方式 – >先退出。
第五种方案
如果您安装了Ubuntu Tweak,您可以通过从左侧列表中选择会话控制并勾选“禁止注销,重启和关闭确认”对话框来执行此操作。
检查此问题以进行Ubuntu调整安装
参考资料