From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: Problem logging in using GDM Date: Sat, 19 Oct 2019 22:58:56 +0200 Message-ID: <87pnisjvu7.fsf@elephly.net> References: <20191018163132.nixtlppamekqoqvy@rafflesia> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:53355) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLvoX-0004JC-Lg for help-guix@gnu.org; Sat, 19 Oct 2019 16:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLvoW-0006zZ-HU for help-guix@gnu.org; Sat, 19 Oct 2019 16:59:05 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21145) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iLvoW-0006yU-9p for help-guix@gnu.org; Sat, 19 Oct 2019 16:59:04 -0400 In-reply-to: <20191018163132.nixtlppamekqoqvy@rafflesia> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Tanguy Le Carrour Cc: help-guix@gnu.org Hi Tanguy > So, symptoms are: when I try to log in using GDM, it goes black and=E2=80= =A6 > *bang* goes back to the login screen! [=E2=80=A6] > Unfortunately, removing the gdm/gnome temp files [2] didn't solve the > problem! > > [2]: sudo rm -rf /var/lib/gdm > rm -rf .cache/gnome-* > rm -rf .local/share/gnome-shell/application_state > > Any help welcome! Pity, that would have been my suggestion, as this usually fixes any problems with GDM and gnome-shell for me after upgrades. The question here is: is it a failure of GDM or gnome-shell? The exact point where GDM starts gnome-shell is hard to pin-point, of course, but the logs (even those on TTY1, Ctrl-Alt-F1) might tell you something about whether it is gnome-shell that is crashing or if it doesn=E2=80=99t e= ven get that far. Other problems may include a failure to start some user services via dbus. This is tricky and frustrating. I hope someone here will come up with an idea to make this more robust. -- Ricardo