LoginSignup
46

More than 3 years have passed since last update.

「システムプログラムの問題が見つかりました」のダイアログの消し方

Last updated at Posted at 2014-06-03

なぜか毎回起動するたびにこいつ↓が出てくる用になったので出なくする方法
XWSS013025-s.jpg

端末で以下を入力

$ sudo rm /var/crash/*
$ sudo sed -i 's/enabled=1/enabled=0/g' /etc/default/apport

参考にしたサイト
http://pc.casey.jp/archives/153902330

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
46