-
26.24.1
Stablereleased this
2026-06-11 15:12:52 +00:00 | 4 commits to master since this releaseThis release includes:
- Fix: Electron apps (Lens, Claude Desktop, ...) now launch in the xcfe variant on unprivileged Kubernetes pods — the Chromium sandbox cannot work there (RuntimeDefault seccomp, no CAP_SYS_ADMIN), so it is disabled image-wide via
ELECTRON_DISABLE_SANDBOX=1, and Lens is routed through a wrapper adding--disable-dev-shm-usagefor the 64 MiB/dev/shm - Fix: dead
jetbrains-toolboxsymlink in/usr/local/bin(Toolbox 2.x keeps the binary underbin/) coder-init-desktopnow heals stale user-local Lens menu entries carried over on the PVC
Full diagnosis in the README section "Electron & Chromium-based apps" (#11)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Fix: Electron apps (Lens, Claude Desktop, ...) now launch in the xcfe variant on unprivileged Kubernetes pods — the Chromium sandbox cannot work there (RuntimeDefault seccomp, no CAP_SYS_ADMIN), so it is disabled image-wide via