-
Notifications
You must be signed in to change notification settings - Fork 41
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
debian package requires libappindicator3-1 #210
Comments
Updating to the latest version of electron is problematic as the code relies heavily on the remote object provided by the api in the renderer thread. At some point this was deprecated as a security concern, which is probably a wise move, but represents a major effort to update this code base. I’m personally motivated to update this repo because bringing electron up to date would also provide native support for Apple silicon based macs, doing a quick investigation brings up an electron remote package on npm which might provide an easy workaround. I’m writing this comment in case anyone reads and implements a fix before I get around to starting it. |
Related stack overflow thread. https://stackoverflow.com/questions/37884130/electron-remote-is-undefined |
I spent a couple of hours on this not expecting to get anywhere and updated to the latest version of electron with fairly minimal changes, sadly building on Apple Silicon mandates digital signing via Apple's Developer Program. On the up side potentially this issue is resolved. |
libappindicator3-1 has been removed from debian bullseye. I guessing what's really needed is an upgrade of electron?
The text was updated successfully, but these errors were encountered: