You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
electron-forge start from repo root works on Linux, after (as always) working around inscrutable behavior on the part of npm.
Like so
node_modules/.bin/electron-forge start
✔ Checking your system
✔ Locating application
✔ Loading configuration
✔ Preparing native dependencies [0.6s]
✔ Running generateAssets hook
update-electron-app config looks good; aborting updates since app is in development mode
Menubar app is ready.
There's an icon in the Plasma System Tray (please provide something which isn't completely black; some of us actually use Dark Mode all of the time), but it's non-functional.
CTRL-SHIFT-G works, and brings up the login dialog. Everything from that point on is completely functional.
The only errors I see in the launch console are
Error occurred in handler for 'GUEST_VIEW_MANAGER_CALL': Error: Script failed to execute, this normally means an errorwas thrown. Check the renderer console for the error.
at node:electron/js2c/sandbox_bundle:57:414
at EventEmitter.<anonymous> (node:electron/js2c/sandbox_bundle:45:375)
at EventEmitter.emit (node:electron/js2c/sandbox_bundle:112:3752)
at Object.onMessage (node:electron/js2c/sandbox_bundle:37:765)
this exact error repeats sporadically, although I can't figure out exactly what triggers it.
No description provided.
The text was updated successfully, but these errors were encountered: