怎样关掉 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 即可。
保存文件,然后 重新启动不会再出现该提示框。

相关文章:

  • 2021-07-28
  • 2021-06-20
  • 2021-07-10
  • 2021-07-14
  • 2021-08-23
  • 2021-12-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-07
  • 2022-12-23
  • 2021-07-10
  • 2021-09-25
  • 2022-01-27
相关资源
相似解决方案