1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 05:34:42 -04:00

Lock disable crash reports in dconf

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-06-22 04:43:34 -07:00 committed by GitHub
parent fa1f436d5a
commit 70cb68ea83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,11 @@ sudo snap install ufw
sudo ufw enable
#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
sudo systemctl stop apport.service
sudo systemctl disable apport.service