[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNU Shepherd 0.9.0 released
From: |
Brian Cully |
Subject: |
Re: GNU Shepherd 0.9.0 released |
Date: |
Thu, 07 Apr 2022 10:11:47 -0400 |
User-agent: |
mu4e 1.6.10; emacs 29.0.50 |
Liliana Marie Prikler <liliana.prikler@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]---
-bjc