guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38075: [PATCH] services: mpd: add pulseaudio support


From: Tobias Geerinckx-Rice
Subject: bug#38075: [PATCH] services: mpd: add pulseaudio support
Date: Fri, 08 Nov 2019 21:34:58 +0100

Robert,

Thanks for the patch!

Robert Smith 写道:
+             #:environment-variables
+             '(#$(string-append
+                   "XDG_RUNTIME_DIR=/run/user/"
+                   (number->string
+ (passwd:uid + (getpwnam (mpd-configuration-user config))))))

Like Ludo', I'm surprised this isn't the default. My XDG-foo is weak, though.

Your patch failed to break my set-up (better luck next time) so I've pushed it as 970cb5ceceaa85765230a9f896a43783cdcb4e6c with the following tweaks:

- Adjusted the commit message to follow the GNU change log standards & Guix's conventions
- Promoted your commenty commit message to first-class comment
- Removed a trailing space after ‘passwd:uid’ (git diff/show/… should highlight this)

Kind regards,

T G-R

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]