GNOME Bugzilla – Bug 760406
Don't assume gnome-session executable is installed in the same place as gdm
Last modified: 2016-01-12 21:51:39 UTC
Currently gdm assumes that it is installed in the same prefix as gnome-session. This is annoying if you want to run gdm from /usr/local in combination with a system copy of gnome-session under /usr/bin, for example.
Created attachment 318676 [details] [review] build: allow configuring location of gnome-session binary
Actually, maybe we should just not hardcode BINDIR. The reason for this is the same as in 462cb489d33654012c70d12c76e4de8c323cbfe0 and 6d8a510c68ac60e6788856802a02c8c24cca3dc3.
I mean, maybe we should load gnome-session from wherever it is in path, so it can be changed at runtime without recompiling gdm.
yea sure, loading from path sounds fine to me.
Created attachment 318834 [details] [review] launch-environment: Run gnome-session from PATH Don't assume that gnome-session and gdm happen to be installed to the same location. This makes it easier to e.g. run gdm from /usr/local without installing gnome-session there as well.
Review of attachment 318834 [details] [review]: +
Attachment 318834 [details] pushed as 33aa5ac - launch-environment: Run gnome-session from PATH