Skip to content

Commit f1631a2

Browse files
authored
Use $XDG_DATA_HOME instead of hardcoded $HOME/.local/share (#21)
1 parent fb05d9e commit f1631a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ The software inside the [AppImage] **MAY** integrate into the desktop environmen
260260

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

263-
* A file `$HOME/.local/share/appimagekit/no_desktopintegration` exists on the [target system]
263+
* 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))
264264
* A file `/usr/share/appimagekit/no_desktopintegration` exists on the [target system]
265265
* A file `/etc/appimagekit/no_desktopintegration` exists on the [target system]
266266
* A process named `appimaged` is running on the system

0 commit comments

Comments
 (0)