要在Ubuntu 14.04的Dash中加载关机/重启选项,你可以按照以下步骤进行:
- 打开终端(Ctrl+Alt+T),输入以下命令更新软件列表:
sudo apt-get update
- 安装应用程序“dconf Editor”:
sudo apt-get install dconf-editor
- 打开dconf Editor,依次展开org -> gnome -> desktop -> unity -> applications-menu。将“shutdown”和“reboot”的复选框选中,如下所示:
- 现在打开Dash,你将在左下角看到一个电源按钮,其中包含关机和重启选项。
以下是示例说明:
- 如果你偏好命令行操作,你也可以输入以下命令来选择关机/重启选项:
sudo shutdown -h now // 立即关机
sudo shutdown -r now // 立即重启
- 如果你是使用GNOME桌面环境的Ubuntu 14.04,你可以使用以下命令在Dash中加载关机选项:
gsettings set org.gnome.shell.extensions.dash-to-dock show-show-apps-button true
这将在Dash左侧的Dock条中添加一个“Show Applications”按钮,其中包含关机选项。
希望以上解决方案能够帮到你。
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:Ubuntu 14.04如何在Dash加载关机/重启选项 - Python技术站