1Password window blank on gnome 47, wayland , fedora 41
1Password for Linux 8.10.68 (81068014) opens correctly but within a minute the app window goes blank. Behaviour is the same with wayland and x11. The issue is not reproducible on previous version 8.10.60.
ELECTRON_OZONE_PLATFORM_HINT=auto 1password --disable-gpu
ELECTRON_OZONE_PLATFORM_HINT=x11 1password --disable-gpu
Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed
at s.send (node:electron/js2c/browser_init:2:93065)
at _.send (node:electron/js2c/browser_init:2:76113)
at te.send (/opt/1Password/resources/app.asar/main.js:1:105968)
at BrowserWindow.<anonymous> (/opt/1Password/resources/app.asar/main.js:1:105382)
This is an Electron bug affecting 16k page size kernels - https://github.com/electron/electron/issues/45560 . It impacts electron apps on Asahi Linux that were built the buggy electron. Until 1Password is released with an updated Electron version, you can either revert to v8.10.60 or append `--js-flags="--nodecommit_pooled_pages"` to Exec line in 1password.desktop file as a workaround.