If you have to use a program that crashes regularly some people tend to uninstall apport (which you should not).
So how could we exclude a program from apport's notifications?
If you have to use a program that crashes regularly some people tend to uninstall apport (which you should not).
So how could we exclude a program from apport's notifications?
apport has blacklist feature which I just noticed by dpkg -L apport | grep etc.
# Blacklist for apport # If an executable path appears on any line in any file in # /etc/apport/blacklist.d/, apport will not generate a crash report # for it. Matches are exact only at the moment (no globbing etc.).
source: /etc/apport/blacklist.d/README.blacklist
There are already some examples in /etc/apport/blacklist.d/ like wine, firefox & thunderbird because all have their own crash handler (direct upstream report).
/etc/apport/blacklist.d/.