mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-10 03:39:57 +00:00
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:
parent
ab08e10b43
commit
d9be9733f9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user