-
Notifications
You must be signed in to change notification settings - Fork 37
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
Make the linux installation experience better #4511
Comments
Just found out that there is actually support for .deb autoupdates through https://www.electron.build/electron-updater.class.debupdater, which isn't well documented on their main page (thought it was AppImage only). This could help install the few dependencies that are needed to run and make the overall linux experience better Think .deb should be the first option to download on linux, with .AppImage the fallback for non debian based folks. |
I was able to run the AppImage once I installed libfuse2, which did require adding the Universe repository. But I didn't need to install any of those other packages on a fresh Ubuntu 22 install. Not sure why you needed them and I didn't. |
The .deb file doesn't actually load in Ubuntu 24 for me, however. It seems it's getting killed by AppArmor. related: electron/electron#41066 |
We're missing any sort of Linux installation instructions, the overall experience isn't polished yet on that platform. On fresh Ubuntu installs I had to install these packages to run the appimage:
The text was updated successfully, but these errors were encountered: