From 289188fa37bc13796e32f665423eb01ee3daef82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Fri, 11 Jul 2025 11:44:33 +0200 Subject: [PATCH] debos: rootfs: Use mate-polkit, not ukui-polkit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ukui-polkit is currently randomly selected to provide polkit-1-auth-agent (needed by nm-connection-editor), but through libopencv-imgcodecs410 => libgdal36 => libavif16, it pulls in a lot of potentially patent encumbered dependencies such as libaom1, libdav1d7, libde265-0, libgav1-1, librav1e0.7, libsvtav1enc2. It also generally pulls in a lot of dependencies. Select the lighter mate-polkit instead. Saves about 200MiB and drops libaom1, libde265-0, libgav1-1, librav1e0.7, libsvtav1enc2 from rootfs. Signed-off-by: Loïc Minier --- debos-recipes/qualcomm-linux-debian-rootfs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debos-recipes/qualcomm-linux-debian-rootfs.yaml b/debos-recipes/qualcomm-linux-debian-rootfs.yaml index 1fdad690..56d437da 100644 --- a/debos-recipes/qualcomm-linux-debian-rootfs.yaml +++ b/debos-recipes/qualcomm-linux-debian-rootfs.yaml @@ -155,6 +155,9 @@ actions: - xserver-xorg-video-all- - xserver-xorg - plymouth-label- # we probably don't need a boot splash + # nm-connection-editor below depends on polkit-1-auth-agent, and APT + # picks up ukui-polkit as a random Provides; select mate-polkit instead + - mate-polkit # from task-xfce-desktop - xfce4 - lightdm