v0.2.6
A patch release: stop Chromium from failing to launch on hardened read_only containers, and make the
Login language selector legible in dark mode.
Fixed
- Chromium no longer hard-crashes at launch (
Trace/breakpoint trap/chrome_crashpad_handler: --database is required) on hardenedread_onlycontainers. Chromium resolves its home dir from the
passwd entry and ignores$HOME, so the home-lessopenwauser pointed it at a nonexistent
/home/openwa. It is now given writable, pre-createdXDG_CONFIG_HOME/XDG_CACHE_HOMEdirs (created
by the entrypoint, owned byopenwa). This supersedes the ineffective--crash-dumps-dirapproach
from 0.2.5, which is a confirmed no-op for the crashpad database on Debian/Ubuntu system Chromium. (#254) - The Login screen's language
<select>option popup is now legible in dark mode. The login route never
setsdata-theme, so it relied solely on theprefers-color-schememedia block, which set dark colors
but leftcolor-schemeambiguous — rendering the native popup light with light text. (#249)