From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: =?utf-8?B?4oCYc3RhZ2luZ+KAmQ==?= and GNOME updates Date: Tue, 16 Apr 2019 22:14:31 +0200 Message-ID: <87zhopd7x4.fsf@gnu.org> References: <871s3a4xd4.fsf@gnu.org> <87wokjyuw4.fsf@fastmail.com> <87muld8xuo.fsf@gnu.org> <87y34xzez8.fsf@elephly.net> <87zhpaydem.fsf_-_@gnu.org> <87imvler9u.fsf@elephly.net> <87bm1d8sxv.fsf@gnu.org> <87ef68ibfy.fsf@elephly.net> <87r2a3o39s.fsf@gnu.org> <87sgujgchr.fsf@gnu.org> <878swa3nm9.fsf@elephly.net> <87h8ayfstx.fsf@ngyro.com> 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]:45346) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGUTV-0005vk-2V for guix-devel@gnu.org; Tue, 16 Apr 2019 16:14:38 -0400 In-Reply-To: <87h8ayfstx.fsf@ngyro.com> (Timothy Sample's message of "Tue, 16 Apr 2019 00:59:54 -0400") 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: Timothy Sample Cc: Guix-devel Howdy, Timothy Sample skribis: > Ricardo Wurmus writes: > >> Ludovic Court=C3=A8s writes: >>> I removed pretty both .cache directories, moved .config sub-directories >>> around, etc., and yet I am still unable to log in into the GNOME account >>> (logging in to a non-GNOME account from GDM is fine.) >>> >>> I even tried upgrading the user=E2=80=99s profile just in case is conta= ined >>> incompatible schemas or who knows what, but that didn=E2=80=99t help. >>> >>> What extra bit of state am I missing? >> >> Do you have ~/.local? In my earlier tests this contained binary >> notification data that when loaded would lead to a crash. > > I=E2=80=99m testing GNOME on =E2=80=98staging=E2=80=99 now, and had the s= ame problem (GDM worked > okay, but I could not login). I fixed it by deleting > =E2=80=9C~/.local/share/gnome-shell/notifications=E2=80=9D. I left every= thing else in > my home directory as it was. That=E2=80=99s the one! I moved ~/.local/share/gnome-shell out of the way = and after that I could log in. \o/ ~/.local/share/gnome-shell contained a single file, =E2=80=9Capplication_st= ate=E2=80=9D. It=E2=80=99s an XML file that looks exactly like the one created by the new= er GNOME: same schema, same attributes, etc. The weird thing: if after successfully logging in, I log out, move the old ~/.local/share/gnome-shell into place, and log in again, it works. Perhaps the mere presence of ~/.local/share/gnome-shell causes it to take a different path? Thoughts? Thank you! Ludo=E2=80=99.