Comment 8 for bug 2012068

Revision history for this message
Heinrich Schuchardt (xypron) wrote : Re: gdm3: "Oh no! Something has gone wrong."

I rebuilt the gnome shell package with this patch

Index: gnome-shell-44.0/meson.build
===================================================================
--- gnome-shell-44.0.orig/meson.build
+++ gnome-shell-44.0/meson.build
@@ -148,7 +148,7 @@ cdata.set('HAVE_FDWALK', cc.has_function
 cdata.set('HAVE_MALLINFO', cc.has_function('mallinfo'))
 cdata.set('HAVE_MALLINFO2', cc.has_function('mallinfo2'))
 cdata.set('HAVE_SYS_RESOURCE_H', cc.has_header('sys/resource.h'))
-cdata.set('HAVE_EXE_INTROSPECTION',
+cdata.set('HAVE_EXE_INTROSPECTION', false and
   cc.has_header('elf.h') and cc.has_header('link.h'))
 cdata.set('HAVE__NL_TIME_FIRST_WEEKDAY',
   cc.has_header_symbol('langinfo.h', '_NL_TIME_FIRST_WEEKDAY')

With this change gdm3 works as expected using X11.