From 437e26db663571012eaf980c10cb6ad58805299a Mon Sep 17 00:00:00 2001 From: Friedrich Date: Sat, 29 Dec 2018 19:56:16 +0100 Subject: [PATCH] Use $XDG_DATA_HOME instead of hardcoded $HOME/.local/share --- draft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft.md b/draft.md index 73bd766..1f6be88 100644 --- a/draft.md +++ b/draft.md @@ -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)) * 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