chatgpt-mac icon indicating copy to clipboard operation
chatgpt-mac copied to clipboard

Any plans for a Linux port?

Open rew1nter opened this issue 1 year ago • 2 comments

rew1nter avatar Dec 05 '22 14:12 rew1nter

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

tildebyte avatar Dec 05 '22 16:12 tildebyte

No plan for a port on my part but will accept PRs that don't break other platforms :)

vincelwt avatar Dec 06 '22 06:12 vincelwt