Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ The software inside the [AppImage] **MAY** integrate into the desktop environmen

The software inside the [AppImage] **SHOULD NOT** attempt to do desktop integration if at least one of the following conditions are met:

* A file `$HOME/.local/share/appimagekit/no_desktopintegration` exists on the [target system]
* A file `$XDG_DATA_HOME/appimagekit/no_desktopintegration` exists on the [target system] (with `$XDG_DATA_HOME` as defined in the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does libappimage respect this file? I don't think we ever implemented this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I guess then it needs to be updated.

* A file `/usr/share/appimagekit/no_desktopintegration` exists on the [target system]
* A file `/etc/appimagekit/no_desktopintegration` exists on the [target system]
* A process named `appimaged` is running on the system
Expand Down