[neon/neon/settings/Neon/unstable] etc/xdg: default to offline updates (for debs)

Harald Sitter null at kde.org
Mon Mar 1 11:31:38 GMT 2021


Git commit 703b43968f98c9da4702455857e4992f929e07ec by Harald Sitter.
Committed on 01/03/2021 at 11:31.
Pushed by sitter into branch 'Neon/unstable'.

default to offline updates (for debs)

for a while now Aleix and I have been wanting to make updates offline as
it removes a whole category of issues where the various runtime bits and
bobs become incompatible with one another. such as when KIO updates and
suddenly the newly forked kioworkers don't know how to talk to the kio
clients anymore because they speak different protocols. with plasma 5.21
the UX is in a good enough spot for us to try using offline by default
and it's also extended by an automatic background update feature the
user can opt into to have things happen automagically (we do not turn
this on ... yet)

https://www.freedesktop.org/software/systemd/man/systemd.offline-updates.html

A  +5    -0    etc/xdg/discoverrc

https://invent.kde.org/neon/neon/settings/commit/703b43968f98c9da4702455857e4992f929e07ec

diff --git a/etc/xdg/discoverrc b/etc/xdg/discoverrc
new file mode 100644
index 0000000..fee115f
--- /dev/null
+++ b/etc/xdg/discoverrc
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
+# SPDX-FileCopyrightText: 2021 Harald Sitter <sitter at kde.org>
+
+[Software]
+UseOfflineUpdates=true


More information about the Neon-commits mailing list