From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#19119: closed (Re: bug#19119: X cannot run programs in the current user's profile) Date: Thu, 11 Dec 2014 21:36:52 +0100 Message-ID: <87iohh53ff.fsf@gnu.org> References: <87h9xtwruo.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzAU3-00071O-9y for bug-guix@gnu.org; Thu, 11 Dec 2014 15:37:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzATu-0007qR-5P for bug-guix@gnu.org; Thu, 11 Dec 2014 15:37:11 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:33871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzATu-0007qM-1w for bug-guix@gnu.org; Thu, 11 Dec 2014 15:37:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XzATt-0005zv-Ii for bug-guix@gnu.org; Thu, 11 Dec 2014 15:37:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (GNU bug Tracking System's message of "Thu, 20 Nov 2014 20:17:02 +0000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: 19119@debbugs.gnu.org Thinking more about it, the fix in 1d18d87 wasn=E2=80=99t quite right. I think the right thing would be to run the window manager as a child of a =E2=80=98bash --login=E2=80=99 process, so the whole X session would get = environment variables like a login shell. WDYT, =E5=AE=8B=E6=96=87=E6=AD=A6? Thanks, Ludo=E2=80=99.