Disable Linux Error Reporting
- This topic has 0 replies, 1 voice, and was last updated 2 years, 1 month ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › Disable Linux Error Reporting
Tagged: Erro Reporting Linux, Error, Linux, taksshack.com, Ubuntu, Xubuntu
I disabled this as with each boot I was getting an error popup. It is best to leave this on, but if you are annoyed like I was, you can do the following.
$ sudo mousepad /etc/default/apport
Replace mousepad with the editor of your choice. I prefer mousepad for easy editing.
Change enable=1 to enable=0.