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: Tue, 23 Apr 2019 14:10:09 +0200 Message-ID: <87sgu86hy6.fsf@elephly.net> References: <874la6mb0u.fsf@cbaines.net> 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]:49184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hIuTp-0002BY-6R for bug-guix@gnu.org; Tue, 23 Apr 2019 08:24:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hIuGO-0002bu-Ir for bug-guix@gnu.org; Tue, 23 Apr 2019 08:11:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39096) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hIuGM-0002b5-K3 for bug-guix@gnu.org; Tue, 23 Apr 2019 08:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hIuGM-0005Gp-Aj for bug-guix@gnu.org; Tue, 23 Apr 2019 08:11:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <874la6mb0u.fsf@cbaines.net> 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: Christopher Baines Cc: 34124@debbugs.gnu.org Christopher Baines writes: > On one system running GuixSD, Gnome Shell crashes when opening the > activities overview (super key, or clicking on the activities button in > the top left). > > > (.gnome-shell-real:2471): GLib-GIO-CRITICAL **: 10:36:30.639: g_file_new_= for_path: assertion 'path !=3D NULL' failed > > (.gnome-shell-real:2471): GLib-GIO-CRITICAL **: 10:36:30.639: g_loadable_= icon_load: assertion 'G_IS_LOADABLE_ICON (icon)' failed > > (.gnome-shell-real:2471): Gtk-WARNING **: 10:36:30.639: Could not load a = pixbuf from icon theme. > This may indicate that pixbuf loaders or the mime database could not be f= ound. > ** > Gtk:ERROR:gtkicontheme.c:4261:gtk_icon_info_load_icon_finish: assertion f= ailed: (icon_info_get_pixbuf_ready (icon_info)) Could you try to see if setting LD_LIBRARY_PATH in the environment where GNOME Shell is launched to the lib directory of the =E2=80=9Cgdk-pixbuf+svg= =E2=80=9D (or =E2=80=9Cgdk-pixbuf=E2=80=9D) package makes any difference? You may need to do this in ~/.xsession and launch the gnome-session manually. -- Ricardo