question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

12reactions
viankakrisnacommented, Feb 12, 2020

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?

6reactions
gaodengcommented, Sep 10, 2019

why systemIntegration is removed?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found