码迷,mamicode.com
首页 > 系统相关 > 详细

怎样关掉 ubuntu 中的 System Program Problem Detected 提示框

时间:2017-09-12 13:37:45      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:etc   启动   ubuntu   star   rar   enable   disable   his   rri   

怎样关掉 ubuntu 中的 System Program Problem Detected 提示框

方法如下:
sudo gedit /etc/default/apport  打开该文件如下:
# set this to 0 to disable apport, or to 1 to enable it
# you can temporarily override this with
# sudo service apport start force_start=1
enabled=1

将 enabled=1 改为 enabled=0 即可。
保存文件,然后 重新启动不会再出现该提示框。

怎样关掉 ubuntu 中的 System Program Problem Detected 提示框

标签:etc   启动   ubuntu   star   rar   enable   disable   his   rri   

原文地址:http://www.cnblogs.com/yongpan/p/7509350.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!