How can I disable the Gnome popup that invites users to install available updates? This is an issue as users are installing kernel updates that then require other packages (such as VMWare Workstation) to be recompiled which can only be done by root. I have automatic updates configured omitting interactive patches.
Hi
Either via the desktop settings-> notifications, gsettings or
dconf-editor.
Via gsettings examle;
gsettings list-keys org.gnome.settings-daemon.plugins.updates
active
auto-download-updates
banned-firmware
connection-use-mobile
enable-check-firmware
frequency-get-updates
frequency-get-upgrades
frequency-refresh-cache
frequency-updates-notification
ignored-devices
last-updates-notification
media-repo-filenames
notify-distro-upgrades
priority
update-battery
gsettings get org.gnome.settings-daemon.plugins.updates active
true
gsettings set org.gnome.settings-daemon.plugins.updates active false
gsettings get org.gnome.settings-daemon.plugins.updates active
false
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
SUSE Linux Enterprise Desktop 12 | GNOME 3.10.1 | 3.12.48-52.27-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!