From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35068: GDM crashes when it cannot find any .desktop files Date: Mon, 01 Apr 2019 10:05:16 +0200 Message-ID: <87lg0um9qb.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 ([209.51.188.92]:56110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hArxD-0006Ka-6A for bug-guix@gnu.org; Mon, 01 Apr 2019 04:06:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hArxC-0006Ej-Ax for bug-guix@gnu.org; Mon, 01 Apr 2019 04:06:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53504) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hArxC-0006Dv-2p for bug-guix@gnu.org; Mon, 01 Apr 2019 04:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hArxB-0005e1-Qc for bug-guix@gnu.org; Mon, 01 Apr 2019 04:06:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:55809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hArwa-000683-Cf for bug-guix@gnu.org; Mon, 01 Apr 2019 04:05:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hArwZ-0005hX-0N for bug-guix@gnu.org; Mon, 01 Apr 2019 04:05:23 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=57388 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hArwX-0002lS-H1 for bug-guix@gnu.org; Mon, 01 Apr 2019 04:05:22 -0400 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" To: 35068@debbugs.gnu.org Hello, I used to have a config (when using SLiM) where my system profile did not contain any window manager, so no .desktop files. Instead, the WM would be installed in my profile and ~/.xsession would start it and a couple of other things. Unfortunately GDM crashes in that context. More precisely, after choosing the user name on the log-in screen, it enters an infinite loop with an assertion failure: gdm_session_set_environment_variable: assertion 'value !=3D NULL' failed At that point you pretty much have to reboot since it becomes very hard to type at the console. (You can try it in a VM.) The workaround is to add at least one window manager to the system=E2=80=99s =E2=80=98packages=E2=80=99 field. It would be nice to fix it now that GDM is our default log-in manager. Ludo=E2=80=99.