mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 00:26:21 +03:00
Mitigation for the Chromium GPU process FATAL exhaustion tracked in #583. CLAUDE_DISABLE_GPU=1 adds --disable-gpu and --disable-software-rasterizer to Electron's argv, providing the same effect as the upstream Settings → disable hardware acceleration toggle but persistable via the environment. Co-occurrence with the existing XRDP block does not stack duplicate flags: a single _disable_gpu sentinel gates the args+= push. CLAUDE_DISABLE_GPU joins the other CLAUDE_* keys logged by log_session_env so bug reports include the value. This is a workaround, not a fix. The underlying Electron/Chromium GPU process lifecycle issue remains tracked at #583. Co-Authored-By: Claude <claude@anthropic.com>