AppImage files no longer runnable after upgrading to Electron-Builder@23.0.0
See original GitHub issue- Electron-Builder Version: 23.0.0
- Node Version: 14.17.6
- Electron Version: 17.0.0
- Electron Type (current, beta, nightly): Current/stable
- Target: Linux AppImage
Newly generated AppImage
executables throw an error when executed: “Cannot mount AppImage, please check your FUSE setup”
Upon downgrading to 22.x.x
, the AppImage
executables work perfectly again.
Issue Analytics
- State:
- Created 2 years ago
- Comments:28
Top Results From Across the Web
Running AppImages
This page shows how a user can run AppImages, on their favorite distribution using the desktop environment tools or via the terminal.
Read more >Can't Run AppImage on Ubuntu 22.04? Here's How to Fix it
Right-click on it and select Properties. Now go to the Permissions tab and check the “Allow executing file as program” option.
Read more >How to fix AppImage not running on Ubuntu 22.04 - Apploye
Right-click on the Appimage file and go to Properties. Then go to the Permissions tab, and make sure to check the checkbox. Give...
Read more >Unable to open appimage in PopOs 22 - Unix Stack Exchange
I still can not open the appimage file after making the above 2 changes. Using the Deb repos: I tried installing Etcher using...
Read more >Can't run AppImage on desktop by doubleclicking or clicking ...
Solution 1 : Right Click On The Appimage File And Go In Properties. enter image description here. Then Go In Permissions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Published in v23.0.2 🙂
Nvm, I took a stab at it just by reading the error logs. I think it’ll fix it, but as the PR says, I have no idea how to test it. PR https://github.com/develar/app-builder/pull/77
@develar please take a look when you have a chance, that way we can have a proper fix in electron-builder without reverting lzo feature introduction.