From a60638d63bbd7cc750e50409a55bfcd7870b475b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=A4r?= Date: Mon, 13 May 2024 22:49:16 +0200 Subject: [PATCH] Disable autostart of Gnome Software on live --- os/layers/live/hooks/live/2005-live.hook.chroot | 3 +++ 1 file changed, 3 insertions(+) diff --git a/os/layers/live/hooks/live/2005-live.hook.chroot b/os/layers/live/hooks/live/2005-live.hook.chroot index 77fca84..6e1f34b 100644 --- a/os/layers/live/hooks/live/2005-live.hook.chroot +++ b/os/layers/live/hooks/live/2005-live.hook.chroot @@ -8,3 +8,6 @@ systemctl enable live-config.service # Disable automatic apt update. systemctl disable apt-daily.timer systemctl disable apt-daily-upgrade.timer + +# Disable autostart of Gnome Software background process. +rm /etc/xdg/autostart/org.gnome.Software.desktop