Se devi usare un programma che si blocca regolarmente alcune persone tendono a disinstallare apport (cosa che non dovresti) .
Quindi, come potremmo escludere un programma dalle notifiche apportate?
Se devi usare un programma che si blocca regolarmente alcune persone tendono a disinstallare apport (cosa che non dovresti) .
Quindi, come potremmo escludere un programma dalle notifiche apportate?
Risposte:
apport
ha la lista nera che ho appena notato 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.).
fonte: /etc/apport/blacklist.d/README.blacklist
Ci sono già alcuni esempi in /etc/apport/blacklist.d/
like wine
, firefox
e thunderbird
perché tutti hanno il loro gestore di crash (rapporto diretto a monte).
/etc/apport/blacklist.d/
.wine-preloader
dichiarato in /etc/apport/blacklist.d/apport
, Check head /etc/apport/blacklist.d/*
. Il binario stesso rientra nel wine1.6-i386
pacchetto.