fix: Disable automatic GNOME Software software updates

The rpm-ostree extension won't have proper support for OCI until Fedora 39, leading to
false update notifications.

We also already handle Flatpak updates in ublue-update, making this redundant for
everything, but FW updates, which some hardware may or may not support, and regardless
these can be installed by just manually checking in GNOME Software for updates
This commit is contained in:
RJ Trujillo 2023-08-10 09:25:13 -06:00
parent ab08e10b43
commit d9be9733f9

View File

@ -29,6 +29,10 @@ else
echo 'Enabling VRR'
gsettings set org.gnome.mutter experimental-features "['variable-refresh-rate']"
echo 'Disabling automatic GNOME Software updates'
gsettings set org.gnome.software download-updates false
gsettings set org.gnome.software download-updates-notify false
echo 'Installing Gradience presets'
mkdir -p $HOME/.config/presets/user/
ln -s /usr/share/ublue-os/bazzite/themes/vapor.json $HOME/.config/presets/user/vapor.json