From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#34124: gnome-shell crash when opening the activities overview Date: Thu, 25 Apr 2019 15:20:50 +0200 Message-ID: <8736m643wt.fsf@elephly.net> References: <874la6mb0u.fsf@cbaines.net> <87sgu86hy6.fsf@elephly.net> <87sgu8zcl2.fsf@cbaines.net> <8d1f8e4696eb8d466f7c77e48326e2ad533127c7.camel@stumbles.id.au> <87r29rzyp1.fsf@cbaines.net> <87imv3iqly.fsf@sturm.com.au> 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]:58582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJeKC-0003UQ-2A for bug-guix@gnu.org; Thu, 25 Apr 2019 09:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJeKB-0003p8-3E for bug-guix@gnu.org; Thu, 25 Apr 2019 09:22:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44191) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hJeKA-0003ow-QQ for bug-guix@gnu.org; Thu, 25 Apr 2019 09:22:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hJeKA-0002uO-JY for bug-guix@gnu.org; Thu, 25 Apr 2019 09:22:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: <87imv3iqly.fsf@sturm.com.au> 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: Ben Sturmfels Cc: 34124-done@debbugs.gnu.org Hi Ben, > I ran: > > $ find ~/.guix-profile/ -type d -wholename '*lib/gdk-pixbuf*' > /home/ben/.guix-profile/lib/gdk-pixbuf-2.0 > /home/ben/.guix-profile/lib/gdk-pixbuf-2.0/2.10.0 > /home/ben/.guix-profile/lib/gdk-pixbuf-2.0/2.10.0/loaders > > and then: > > LD_LIBRARY_PATH=3D/home/ben/.guix-profile/lib gnome-shell > > after which I could then select "Activities" and "Show Applications" > without any problems. > > As you suggested was able to make the workaround persistent with: > > $ echo "LD_LIBRARY_PATH=3D/home/ben/.guix-profile/lib gnome-session" > = ~/.xsession > $ chmod a+x ~/.xsession > > Is there a way to fix this more permanently in Gnome? Yes, I=E2=80=99ve fixed this on the staging branch for the gnome-shell pack= age. This also fixes another crash we saw when displaying notifications. -- Ricardo