From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: Audio/sound (ALSA) in guix environment --container Date: Tue, 02 Apr 2019 18:17:00 +0200 Message-ID: <875zrwtm9v.fsf@gnu.org> References: <874l7wgg75.fsf@bababa.i-did-not-set--mail-host-address--so-tickle-me> <878sx1h817.fsf@gnu.org> <87bm1x4kmb.fsf@elephly.net> <87d0mcpqy7.fsf@ambrevar.xyz> <8736n84n74.fsf@elephly.net> <8736n8pofv.fsf@ambrevar.xyz> <87y350376g.fsf@elephly.net> <87bm1wcqaq.fsf@gnu.org> <87k1gk2vu1.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hBM5v-0006MS-UH for guix-devel@gnu.org; Tue, 02 Apr 2019 12:17:04 -0400 In-Reply-To: <87k1gk2vu1.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 27 Mar 2019 16:14:30 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ricardo Wurmus Cc: Guix-devel Hello! Ricardo Wurmus skribis: > Ludovic Court=C3=A8s writes: [...] >> Currently, without --user, we keep the current user=E2=80=99s name. So = it would >> actually be consistent to inherit its UID as well. And with =E2=80=98--= user=E2=80=99, >> we=E2=80=99d use the given user name and UID 1000. (Essentially what Pi= erre >> proposed above.) > > Excellent, this sounds good. Done in commit 1ccc0f807d3f22fa9ade1c607c112e04df833a72. Ludo=E2=80=99.