mbox series

[bug#61982,0/2] Respect XDG Base Directory Specification 0.8.

Message ID cover.1678029159.git.mirai@makinata.eu
Headers show
Series Respect XDG Base Directory Specification 0.8. | expand

Message

Bruno Victal March 5, 2023, 3:16 p.m. UTC
Note: Needs to be tested.

Bruno Victal (2):
  home: services: xdg-base-directories: Set correct value for
    XDG_STATE_HOME.
  home: services: xdg-base-directories: Deprecate XDG_LOG_HOME.

 gnu/home/services/desktop.scm  |  4 +--
 gnu/home/services/mcron.scm    |  4 +--
 gnu/home/services/pm.scm       |  6 ++--
 gnu/home/services/shepherd.scm |  4 +--
 gnu/home/services/xdg.scm      | 52 +++++++++++++++++++++++-----------
 5 files changed, 44 insertions(+), 26 deletions(-)


base-commit: d92ec2f2812c76b23aab778e26708cf353542ae9

Comments

\( April 11, 2023, 8:01 p.m. UTC | #1
"( via Guix-patches" via <guix-patches@gnu.org> writes:
> Shepherd already provides us with a %USER-LOG-DIR variable :D

Apparently I can't read.  This is *Shepherd*'s log dir, not a general
log dir variable.  Oops :)  I suppose that would be a good thing to add
to (gnu build utils), then...
Andrew Tropin April 12, 2023, 5:17 p.m. UTC | #2
On 2023-04-11 21:01, paren@disroot.org wrote:

> "( via Guix-patches" via <guix-patches@gnu.org> writes:
>> Shepherd already provides us with a %USER-LOG-DIR variable :D
>
> Apparently I can't read.  This is *Shepherd*'s log dir, not a general
> log dir variable.  Oops :)

That's right :)

> I suppose that would be a good thing to add to (gnu build utils),
> then...

Yep, I have the same idea.