From 369155331dbfaa685b6a233551afaab345b8a2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Minier?= Date: Fri, 18 Jul 2025 09:54:50 +0200 Subject: [PATCH] debos: rootfs: Change Firefox to Chromium MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is for two main reasons; Firefox is pulling libvpx while Chromium is pulling openh264, the latter is somehow less problematic; and Chromium is generally more common and less risky in terms of website support. Signed-off-by: Loïc Minier --- debos-recipes/qualcomm-linux-debian-rootfs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debos-recipes/qualcomm-linux-debian-rootfs.yaml b/debos-recipes/qualcomm-linux-debian-rootfs.yaml index 56d437da..e19bf885 100644 --- a/debos-recipes/qualcomm-linux-debian-rootfs.yaml +++ b/debos-recipes/qualcomm-linux-debian-rootfs.yaml @@ -173,7 +173,8 @@ actions: - fonts-symbola - avahi-daemon - libnss-mdns - - firefox-esr + # browser + - chromium {{- end }} - action: run