linux系统出现gnome进程卡死,gnome-shell 卡死的解决方法
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
在开发中切换应用时, 出现卡死的时候. 什么都不能输入是最麻烦的啦, 一开始出现这个, 只有按电源重启,但是这样代价太高, 后来摸索出两种比较好办法.
方法一:重启lightdm
1:按 ctrl+alt+F1, 进入终端模式,以root用户登陆
2:执行: /etc/init.d/lightdm restart
3:这时重新登陆
方法二:kill gnome-shell
1:按 ctrl+alt+F1, 进入终端模式,以root用户登陆
2:执行: ps -ef|grep gnome-shell, 找到gnome-shell pid
3:执行: kill -9 gnome-shell-pid,杀掉gnome-shell, 之后系统会启动gnome-shell. 显然还是第一种方法会导致图形界面的程序被全部杀死, 也不是很好方案.
第二种方法就是重启gnome-shell对其他图形界面程序没有任何影响, 所以当然是推荐这种啦.
方法三:gnome-shell --replace
1:按 ctrl+alt+F1, 进入终端模式,以图形用户登录
2:执行:DISPLAY=:0.0 gnome-shell -replace &
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)