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/
.
wine-preloader
declared in/etc/apport/blacklist.d/apport
, Checkhead /etc/apport/blacklist.d/*
. The binary itself comes withinwine1.6-i386
package. – user.dz Oct 04 '16 at 16:37