File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ init_diagram: |
111111 "digikam:latest" <- Base Images
112112# changelog
113113changelogs :
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."}
Original file line number Diff line number Diff line change 1010# Run normally on privved containers or modified un non priv
1111if 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
2019else
2120 ${BIN} \
22- --ignore-gpu-blocklist \
2321 --no-first-run \
2422 --no-sandbox \
2523 --password-store=basic \
You can’t perform that action at this time.
0 commit comments