chatgpt-mac
chatgpt-mac copied to clipboard
Any plans for a Linux port?
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.
Fedora 37 KDE spin on a Lenovo Intel laptop
No plan for a port on my part but will accept PRs that don't break other platforms :)