From 5c0caeabf96be57972e6311142dfc40e59a45ccb Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 3 Apr 2025 12:56:02 -0400 Subject: [PATCH] remove bad launch command --- README.md | 1 + readme-vars.yml | 1 + root/usr/bin/wrapped-chromium | 2 -- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e98b319..889687e 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **03.04.25:** - Update chromium launch options to improve performance. * **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon. * **08.01.24:** - Fix re-launch issue for chromium by purging temp files on launch. * **29.12.23:** - Rebase to Debian Bookworm. diff --git a/readme-vars.yml b/readme-vars.yml index b9daa7b..a87a2ce 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -109,6 +109,7 @@ init_diagram: | "chromium:latest" <- Base Images # changelog changelogs: + - {date: "03.04.25:", desc: "Update chromium launch options to improve performance."} - {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."} - {date: "08.01.24:", desc: "Fix re-launch issue for chromium by purging temp files on launch."} - {date: "29.12.23:", desc: "Rebase to Debian Bookworm."} diff --git a/root/usr/bin/wrapped-chromium b/root/usr/bin/wrapped-chromium index bf89d41..71fd6f2 100755 --- a/root/usr/bin/wrapped-chromium +++ b/root/usr/bin/wrapped-chromium @@ -10,7 +10,6 @@ fi # Run normally on privved containers or modified un non priv if grep -q 'Seccomp:.0' /proc/1/status; then ${BIN} \ - --ignore-gpu-blocklist \ --no-first-run \ --password-store=basic \ --simulate-outdated-no-au='Tue, 31 Dec 2099 23:59:59 GMT' \ @@ -19,7 +18,6 @@ if grep -q 'Seccomp:.0' /proc/1/status; then "$@" > /dev/null 2>&1 else ${BIN} \ - --ignore-gpu-blocklist \ --no-first-run \ --no-sandbox \ --password-store=basic \