From 69994711ea7806346129a597dcfd010b30263d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sch=C3=A4r?= Date: Tue, 14 May 2024 21:05:20 +0200 Subject: [PATCH] Disable Gnome Software search provider on live --- .../etc/dconf/db/local.d/00-disable-search-providers | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 os/layers/live/includes.chroot/etc/dconf/db/local.d/00-disable-search-providers diff --git a/os/layers/live/includes.chroot/etc/dconf/db/local.d/00-disable-search-providers b/os/layers/live/includes.chroot/etc/dconf/db/local.d/00-disable-search-providers new file mode 100644 index 0000000..59e3763 --- /dev/null +++ b/os/layers/live/includes.chroot/etc/dconf/db/local.d/00-disable-search-providers @@ -0,0 +1,4 @@ +# Disable Gnome Software search provider. +# This is needed to stop Gnome Software from always running in the background. +[org/gnome/desktop/search-providers] +disabled = ['org.gnome.Software.desktop']