From 3acbe13bf27bbcb2219f8e861b9ebdfec986f07e Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Oct 19 2025 13:49:44 +0000 Subject: [PATCH 1/2] common: Remove plocate Remove `plocate` as this is a command line tool and it comes with a service that periodically scans the entire filesystem. As we use containers and Flatpaks, this list of files is not really useful nor accurate and changes frequently. We expect users to use graphical tools instead to help them find their files if needed. See: https://gitlab.com/fedora/ostree/sig/-/issues/81 --- diff --git a/common-packages.yaml b/common-packages.yaml index 7d7cb14..d9b4112 100644 --- a/common-packages.yaml +++ b/common-packages.yaml @@ -135,7 +135,6 @@ packages: - pipewire-gstreamer - pipewire-pulseaudio - pipewire-utils - - plocate - plymouth - plymouth-system-theme - policycoreutils diff --git a/comps-sync-exclude-list.yml b/comps-sync-exclude-list.yml index 3887fd6..5e70337 100644 --- a/comps-sync-exclude-list.yml +++ b/comps-sync-exclude-list.yml @@ -98,6 +98,8 @@ exclude_list: - qadwaitadecorations-qt5 # X11 specific - xorg-x11-drv-libinput + # See: https://gitlab.com/fedora/ostree/sig/-/issues/81 + - plocate networkmanager-submodules: # Let's use the builtin one by default - dhcp-client From 3af011cbee3f951df34341d2b666b27fe42846a2 Mon Sep 17 00:00:00 2001 From: Timothée Ravier Date: Oct 19 2025 13:49:46 +0000 Subject: [PATCH 2/2] silverblue: Add openssl While it is not strictly needed for the default installation, it is a dependency of a frequently installed GNOME Shell extension: GSConnect. Let's include it as layering is not a great option, containers won't work here and sysexts are not ready for this yet. See: https://pagure.io/fedora-workstation/issue/426 See: https://github.com/fedora-silverblue/issue-tracker/issues/201 See: https://github.com/GSConnect/gnome-shell-extension-gsconnect/wiki/Help#openssl-not-found --- diff --git a/silverblue-common.yaml b/silverblue-common.yaml index bfe3c28..a2db765 100644 --- a/silverblue-common.yaml +++ b/silverblue-common.yaml @@ -30,6 +30,9 @@ packages: - totem-video-thumbnailer # Make sure that GNOME Software's rpm-ostree plugin is always installed - gnome-software-rpm-ostree + # Needed for GSConnect extension + # See: https://github.com/fedora-silverblue/issue-tracker/issues/201 + - openssl # Make sure the following are not pulled in when Recommended by other packages exclude-packages: