mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Lock disable crash reports in dconf
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
fa1f436d5a
commit
70cb68ea83
@ -66,7 +66,11 @@ sudo snap install ufw
|
|||||||
sudo ufw enable
|
sudo ufw enable
|
||||||
|
|
||||||
#Disable crash reports
|
#Disable crash reports
|
||||||
gsettings set com.ubuntu.update-notifier show-apport-crashes false
|
echo '[com/ubuntu/update-notifier]
|
||||||
|
show-apport-crashes=false' | sudo tee /etc/dconf/db/local.d/disable-apport-crashes
|
||||||
|
|
||||||
|
echo 'com/ubuntu/update-notifier/show-apport-crashes' | sudo tee /etc/dconf/db/local.d/locks/disable-apport-crashes
|
||||||
|
|
||||||
ubuntu-report -f send no
|
ubuntu-report -f send no
|
||||||
sudo systemctl stop apport.service
|
sudo systemctl stop apport.service
|
||||||
sudo systemctl disable apport.service
|
sudo systemctl disable apport.service
|
||||||
|
Loading…
Reference in New Issue
Block a user