Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plans for a Linux port? #13

Open
rew1nter opened this issue Dec 5, 2022 · 2 comments
Open

Any plans for a Linux port? #13

rew1nter opened this issue Dec 5, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rew1nter
Copy link

rew1nter commented Dec 5, 2022

No description provided.

@tildebyte
Copy link

tildebyte commented Dec 5, 2022

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

@vincelwt
Copy link
Owner

vincelwt commented Dec 6, 2022

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

@vincelwt vincelwt added enhancement New feature or request help wanted Extra attention is needed labels Dec 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants