File gnome-software-disable-download-updates.patch of Package gnome-software
From 2c94d989f44dc8df09fd9a60c3538770ea3d0deb Mon Sep 17 00:00:00 2001
From: Jonathan Kang <jonathankang@gnome.org>
Date: Mon, 22 Dec 2025 13:42:38 +0800
Subject: [PATCH] Disable download-updates by default
Otherwise all online-updatable updates will be installed automatically.
---
data/org.gnome.software.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/org.gnome.software.gschema.xml b/data/org.gnome.software.gschema.xml
index 2bc33c72f..b276a1df1 100644
--- a/data/org.gnome.software.gschema.xml
+++ b/data/org.gnome.software.gschema.xml
@@ -11,7 +11,7 @@
<description>If disabled, GNOME Software will hide the updates panel, not perform any automatic updates actions or prompt for upgrades.</description>
</key>
<key name="download-updates" type="b">
- <default>true</default>
+ <default>false</default>
<summary>Automatically download and install updates</summary>
<description>If enabled, GNOME Software automatically downloads software updates in the background, also installing ones that do not require a reboot.</description>
</key>
--
2.52.0