GNOME Bugzilla – Bug 726435
gnome-shell fails to link with libgnome-bluetooth-applet when using ld.gold
Last modified: 2015-02-27 17:33:42 UTC
During the 3.9 cycle, commit 21a85832, which introduced the gnome-shell/gnome-shell-wayland split, removed $(BLUETOOTH_SOURCES) from libgnome_shell_la_LIBADD in Makefile.am As a result, the _shell_link_to_bluetooth() hack in gnome-shell-plugin.c no longer works for ld.gold: libgnome-shell no longer explicitly links to libgnome-bluetooth-applet, the main gnome-shell binary asks to link to libgnome-bluetooth-applet but ld.gold ignores this (since the main binary doesn't directly use bluetooth anywhere), and we end up with /usr/bin/gnome-shell which can't load bluetooth, resulting in bizarre runtime failures, for example a blank screen when logging in via gdm: https://bugs.gentoo.org/show_bug.cgi?id=503952 This certainly affects versions from 3.9.91 to 3.10.4. I did not test 3.11.
Created attachment 272041 [details] [review] proposed patch
any updates on this? Thanks
Patch does still apply to 3.14.
(In reply to comment #3) > Patch does still apply to 3.14. I don't see how it would help against 3.14 when gnome-shell doesn't need to link against gnome-bluetooth-applet.
Closing as obsolete as of comment #4