From mboxrd@z Thu Jan 1 00:00:00 1970 From: Divan Santana Subject: Re: Customize GuixSD: Use Stock SSH Agent Everywhere! Date: Mon, 28 May 2018 22:11:09 +0200 Message-ID: <87d0xfzgki.fsf@santanas.co.za> References: <87h8mu1lv9.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]:33005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNOxY-0008Of-Um for guix-devel@gnu.org; Mon, 28 May 2018 16:41:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNOxV-0006Nb-Nj for guix-devel@gnu.org; Mon, 28 May 2018 16:41:40 -0400 Received: from outmail149078.authsmtp.net ([62.13.149.78]:28080) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fNOxV-0006Lx-6m for guix-devel@gnu.org; Mon, 28 May 2018 16:41:37 -0400 Received: from mail-c245.authsmtp.com (mail-c245.authsmtp.com [62.13.128.245]) by punt24.authsmtp.com. (8.15.2/8.15.2) with ESMTP id w4SKBQdY078992 for ; Mon, 28 May 2018 21:11:26 +0100 (BST) (envelope-from divan@santanas.co.za) Received: from mail.santanas.co.za ([156.0.193.126]) (authenticated bits=0) by mail.authsmtp.com (8.15.2/8.15.2) with ESMTPSA id w4SKBNnF028448 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 28 May 2018 21:11:26 +0100 (BST) (envelope-from divan@santanas.co.za) Received: from authenticated-user (mail.santanas.co.za [156.0.193.126]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.santanas.co.za (Postfix) with ESMTPSA id ADF532009E for ; Mon, 28 May 2018 22:11:18 +0200 (SAST) In-reply-to: <87h8mu1lv9.fsf@gnu.org> 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: Guix-devel > Chris contributed an article showing a neat hack to get ssh-agent > running on GNOME in lieu of GNOME Keyring=E2=80=99s custom implementati= on: > > https://www.gnu.org/software/guix/blog/2018/customize-guixsd-use-stoc= k-ssh-agent-everywhere/ > > Enjoy! And thanks Chris! Thanks very much Chris. This is really appreciated. Super useful and just what I was looking for. These sort of articles are great for new comers like me. Only... I can't get it to work. lol When I place this file in my home: ~/ =E1=90=85 ll .xsession -rwxr-xr-x 1 admin users 91 May 28 21:12 .xsession ~/ =E1=90=85 cat .xsession #!/run/current-system/profile/bin/bash # start ssh-agent system wide. exec ssh-agent "$@" The login crashes from slim. How do I debug it? slim.log contains nothing useful. Also don't see anything in xorg log. Removing the file, I can login again. Bit puzzled. -- Divan