electron-userland / electron-builder

A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box
https://www.electron.build
MIT License
13.68k stars 1.74k forks source link

Not an Electron-Builder bug: AppImage is virtually unusable on Ubuntu 24.04 #8520

Closed Nantris closed 1 month ago

Nantris commented 1 month ago

This is really an Electron issue, but the maintainers haven't shown any interest in even commenting on it: https://github.com/electron/electron/issues/42510

@mmaietta I wonder if you have any thoughts on how this might be approached? Is there anything we could do at build time? Otherwise, any thoughts on how a script might help to resolve this? The core problem is that even if you want to make an exception for a single AppImage in a safe way, the way they're mounted to the filesystem at random paths seemingly makes that impossible.

Nantris commented 1 month ago

Duplicate of #8440