After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 614230 - gdm unconditionally depends on libbonoboui
gdm unconditionally depends on libbonoboui
Status: RESOLVED DUPLICATE of bug 571877
Product: gdm
Classification: Core
Component: general
2.29.x
Other Linux
: Normal minor
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-29 09:40 UTC by abyss.7
Modified: 2010-06-09 18:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description abyss.7 2010-03-29 09:40:57 UTC
The GDM package depends on libbonoboui, but the configuration system doesn't track this dependency.

The dependency is caused by includes in gui/user-switch-applet/applet.c file:

>>>>>>>>
#include <bonobo/bonobo-main.h>
#include <bonobo/bonobo-ui-util.h>
>>>>>>>>

The possible solution is to implement configuration option --enable-user-switch-applet and thus make the dependency conditional.
Comment 1 Ray Strode [halfline] 2010-06-09 18:58:23 UTC

*** This bug has been marked as a duplicate of bug 571877 ***