openwebui-desktop/src/main
Timothy Jaeryang Baek 27a3075c3a fix(linux): use /tmp for shared memory to prevent AppImage /dev/shm crashes
Add --disable-dev-shm-usage flag on Linux so Chromium writes shared
memory to /tmp instead of /dev/shm.  AppImage's FUSE mount restricts
child-process access to /dev/shm, causing FATAL zygote/renderer crashes
with 'Unable to access(W_OK|X_OK) /dev/shm' — resulting in a blank/grey
screen.  Also affects .deb and Snap packages on some distros.

Fixes #136
2026-04-25 00:32:27 +09:00
..
utils feat: add toggleable clipboard auto-paste for Spotlight 2026-04-25 00:06:05 +09:00
index.ts fix(linux): use /tmp for shared memory to prevent AppImage /dev/shm crashes 2026-04-25 00:32:27 +09:00
updater.ts refac 2026-03-18 04:05:09 -05:00