You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ The software inside the [AppImage] **MAY** integrate into the desktop environmen
260
260
261
261
The software inside the [AppImage]**SHOULD NOT** attempt to do desktop integration if at least one of the following conditions are met:
262
262
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))
264
264
* A file `/usr/share/appimagekit/no_desktopintegration` exists on the [target system]
265
265
* A file `/etc/appimagekit/no_desktopintegration` exists on the [target system]
266
266
* A process named `appimaged` is running on the system
0 commit comments