Skip to content

Commit 696b7ee

Browse files
committed
update chromium launch options to not kill performance
1 parent fc44570 commit 696b7ee

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
413413

414414
## Versions
415415

416+
* **03.04.25:** - Update chromium launch options to improve performance.
416417
* **25.11.24:** - Rebase to Debian using official appimage, drop aarch64 support.
417418
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
418419
* **05.09.23:** - Add openexr dependency.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ init_diagram: |
111111
"digikam:latest" <- Base Images
112112
# changelog
113113
changelogs:
114+
- {date: "03.04.25:", desc: "Update chromium launch options to improve performance."}
114115
- {date: "25.11.24:", desc: "Rebase to Debian using official appimage, drop aarch64 support."}
115116
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}
116117
- {date: "05.09.23:", desc: "Add openexr dependency."}

root/usr/bin/chromium

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ fi
1010
# Run normally on privved containers or modified un non priv
1111
if grep -q 'Seccomp:.0' /proc/1/status; then
1212
${BIN} \
13-
--ignore-gpu-blocklist \
1413
--no-first-run \
1514
--password-store=basic \
1615
--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
1918
"$@" > /dev/null 2>&1
2019
else
2120
${BIN} \
22-
--ignore-gpu-blocklist \
2321
--no-first-run \
2422
--no-sandbox \
2523
--password-store=basic \

0 commit comments

Comments
 (0)