diff --git a/CHANGELOG b/CHANGELOG
index 634a88b..73f6d03 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ External contributors notice at the end of the line: (LastName, FirstName / nick
Absolutely make sure that all clients of the session are closed when closing the session.
This solves the invisible, hidden clients still running even after nsmd quit itself.
Decrease wait time for such clients at session quit from extreme 60s to very long 30s.
+For lockfiles fall back to hardcoded /run/user/
If the system is not XDG-compliant nsmd will try to fallback to /run/user/XXXX
, which must exist
+according to the Linux Filesystem Hierarchy Standard. I this also fails the user has to
+set $XDG_RUNTIME_DIR manually to start nsmd.
The lockfile is named after the simple session name combined with a numeric ID for the session
root. It is possible that two nsmd
opened two different session roots, both with the same simple
session name, e.g. "my song". Lockfiles are able to distinguish between those and will not prevent
@@ -1921,7 +1926,7 @@ long-standing FIXME
in the code by the original author. Or in other