Hi, (Stripping Cc: list.)
Brian Cully <b...@spork.org> skribis: > Liliana Marie Prikler <liliana.prik...@gmail.com> writes: > >> Am Mittwoch, dem 06.04.2022 um 23:25 +0200 schrieb Ludovic Courtès: >>> ** Log file of unprivileged ‘shepherd’ is now under $XDG_DATA_DIR >> Should that not be $XDG_STATE_DIR? > > I believe it should be $XDG_STATE_HOME, in fact. See: > > https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html > > ---[snip]--- > $XDG_STATE_HOME defines the base directory relative to which > user-specific state files should be stored. If $XDG_STATE_HOME is > either not set or empty, a default equal to $HOME/.local/state should > be used. > ---[snip]--- I was referring to this commit: https://git.savannah.gnu.org/cgit/shepherd.git/commit/?id=c6382a6898f2851d78b675f209787c5ff9ad4320 But actually a later commit uses XDG_STATE_HOME: https://git.savannah.gnu.org/cgit/shepherd.git/commit/?id=ec2a0b07a6dedcbec3cf6bb7328b144a117873e8 So I guess I just got confused and made a mistake in ‘NEWS’? Ludo’.