Skip to content

v0.6.3

Choose a tag to compare

@aronpc aronpc released this 09 Jul 18:17

Fixed

  • Overlay and Preferences no longer render transparent (invisible) in the AppImage. --disable-dev-shm-usage was being added via appendSwitch in main.js, which runs AFTER Chromium already initialized its sandbox and shared-memory — too late. Without shared memory, compositing failed and the windows stayed fully transparent (only the tray showed). Moved to build.linux.executableArgs (and scripts.start) so it reaches Chromium on the command line before initialization, like --no-sandbox.