Linux AppImage & systemIntegration
See original GitHub issue- Version: 21.1.5
- Target: AppImage (linux)
Previously I had the linux AppImage target configured with:
"appImage": {
"systemIntegration": "doNotAsk"
}
However, with recent versions of electron-builder, this produces the error:
⨯ appImage.systemIntegration is deprecated, https://github.com/TheAssassin/AppImageLauncher is used for desktop integration"
I read through the linked page, but it didn’t quite explain what exactly has changed or how I can use the doNotAsk option.
Any clarification would be appreciated.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Possible additions to improve system integration ... - AppImage
Possible additions to improve system integration with the AppImage spec ... AppImages do not work on all common GNU+Linux distros.
Read more >AppImage system integration on Ubuntu using go ... - YouTube
AppImage system integration on Ubuntu using the appimaged daemon from my experimental Go based go- appimage implementation.
Read more >This Tool Integrates AppImages with Ubuntu Desktop
AppImageLauncher is a system integration tool that creates proper shortcuts to your favourite AppImages so you can open them from an app ...
Read more >Passing appImage key to electron-builder in Cordova
In this example it will create a tar.bz2 and appImage . The appImage will have the systemIntegration setting applied.
Read more >How to Easily Integrate AppImages into your Linux Desktop
Jack Wallen helps take the frustration out of using AppImages on the Linux desktop with the help of an easy-to-use application.
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
i think the removal of appimage’s systemIntegration is premature. until we have AppImageLauncher, AppImageUpdate, or appimaged is included in major linux distribution, the ux of appimages has worsen. previously the user just need the .appimage to install the app, now they also need to install these other software to have a nice ux. Is there any way we could bring back the systemIntegration without downgrading to earlier version?
why systemIntegration is removed?