From 07b3c11c98e8afa84182fd8e6c7ec9d9da6df492 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 20 Jan 2025 11:55:56 +0100 Subject: [PATCH] tasks: Install full chromium The headless version has several bugs, at least [1] and [2]. Also, headless and full Chromium render texts slightly differently, so we can't debug/fix pixel tests with `TEST_SHOW_BROWSER=pixels`. This is a net 100 MB size increase of the tasks container, and will break all pixel tests once, but long-term it is a better browser. [1] https://issues.redhat.com/browse/COCKPIT-1159 [2] https://github.com/cockpit-project/cockpit-files/pull/911#issuecomment-2602064380 --- tasks/container/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/container/Containerfile b/tasks/container/Containerfile index e1fe68db..d80a707a 100644 --- a/tasks/container/Containerfile +++ b/tasks/container/Containerfile @@ -7,7 +7,7 @@ RUN dnf -y update && \ adobe-source-code-pro-fonts \ byobu \ chromedriver \ - chromium-headless \ + chromium \ curl \ dbus-daemon \ dbus-glib \