From 6fc42ad51136ec186a0786bd7f8f34ca2af29c64 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 13 Aug 2023 19:28:41 +0200 Subject: Disable update-notifier --- gsettings.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gsettings.sh') diff --git a/gsettings.sh b/gsettings.sh index 6e77aa6..8391b75 100755 --- a/gsettings.sh +++ b/gsettings.sh @@ -8,8 +8,12 @@ gsettings set org.gnome.desktop.session idle-delay 0 gsettings set org.gnome.mutter overlay-key '' # Disable update notification -#gsettings set org.gnome.software download-updates false -gsettings set com.ubuntu.update-notifier no-show-notifications true +gsettings set org.gnome.software download-updates false +#gsettings set com.ubuntu.update-notifier no-show-notifications true +gconftool -s --type bool /apps/update-notifier/auto_launch false +#sudo rm /etc/xdg/autostart/upg-notifier-autostart.desktop +#sudo mv /etc/xdg/autostart/update-notifier.desktop /etc/xdg/autostart/update-notifier.desktop.old +#sudo mv /etc/xdg/autostart/gnome-software-service.desktop /etc/xdg/autostart/gnome-software-service.desktop.old # Custom Keybinding Names gsettings set org.gnome.settings-daemon.plugins.media-keys custom-keybindings "['/org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0/']" -- cgit v1.2.3