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 582320 - Add configure options for directories containing gnome-settings-daemon and ck-get-x11-display-device
Add configure options for directories containing gnome-settings-daemon and ck...
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
: 569637 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-05-12 13:25 UTC by Vincent Untz
Modified: 2012-09-05 02:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add configure option to specify directory of some tools (4.71 KB, patch)
2009-05-12 15:09 UTC, Vincent Untz
none Details | Review
Rebased patch, on top of git master. (4.14 KB, patch)
2012-08-27 19:38 UTC, Dominique Leuenberger
committed Details | Review

Description Vincent Untz 2009-05-12 13:25:06 UTC
data/greeter-autostart/gnome-settings-daemon.desktop.in.in assumes gnome-settings-daemon is in LIBEXECDIR.
daemon/gdm-server.c assumes ck-get-x11-display-device is in LIBEXECDIR.

But depending on the distribution, this is not always true. It'd be nice to have some configure option for this.

Note: this is similar to what gnome-session is doing with --with-at-spi-registryd-directory
Comment 1 Vincent Untz 2009-05-12 15:09:18 UTC
Created attachment 134504 [details] [review]
Add configure option to specify directory of some tools

Add --with-gnome-settings-daemon-directory and
--with-consolekit-directory for distributions that do not put
gnome-settings-daemon and ck-get-x11-display-device directly in
LIBEXECDIR.

Closes: bgo#582320
Comment 2 Ray Strode [halfline] 2009-07-16 17:44:29 UTC
This seems okay, but wouldn't it be better to get this info from pkg-config ?

I think there may already be a bug somewhat related to this one, not sure.
Comment 3 Vincent Untz 2009-10-02 17:42:26 UTC
(In reply to comment #2)
> This seems okay, but wouldn't it be better to get this info from pkg-config ?

Well, that could be a solution.

But then we also have bug 597050, now, for the polkit agent. And the issue there is that there's no really relevant pkg-config file for the agent...
Comment 4 Brian Cameron 2010-05-24 22:14:36 UTC
*** Bug 569637 has been marked as a duplicate of this bug. ***
Comment 5 Dominique Leuenberger 2012-08-27 19:38:09 UTC
Created attachment 222575 [details] [review]
Rebased patch, on top of git master.
Comment 6 Ray Strode [halfline] 2012-09-05 02:54:17 UTC
Comment on attachment 222575 [details] [review]
Rebased patch, on top of git master.

we got this in a while back I believe