首页 > 系统服务 > 详细

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

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

怎样关掉 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 提示框

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!