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 727980 - worker: get PATH from parent instead of #define
worker: get PATH from parent instead of #define
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-10 17:02 UTC by Ray Strode [halfline]
Modified: 2014-04-10 17:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
worker: get PATH from parent instead of #define (3.35 KB, patch)
2014-04-10 17:03 UTC, Ray Strode [halfline]
none Details | Review
worker: get PATH from parent instead of #define (6.25 KB, patch)
2014-04-10 17:05 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2014-04-10 17:02:44 UTC
If no PATH is set, then the session worker tries to set one up,
based on guess. This commit changes GDM to just use the PATH given
to GDM itself, rather than guessing (and getting it wrong).
Comment 1 Ray Strode [halfline] 2014-04-10 17:03:32 UTC
Created attachment 274012 [details] [review]
worker: get PATH from parent instead of #define

If no PATH is set, then the session worker tries to set one up,
based on guess. This commit changes GDM to just use the PATH given
to GDM itself, rather than guessing (and getting it wrong).
Comment 2 Ray Strode [halfline] 2014-04-10 17:05:46 UTC
Created attachment 274013 [details] [review]
worker: get PATH from parent instead of #define

If no PATH is set, then the session worker tries to set one up,
based on guess. This commit changes GDM to just use the PATH given
to GDM itself, rather than guessing (and getting it wrong).
Comment 3 Ray Strode [halfline] 2014-04-10 17:06:17 UTC
Attachment 274013 [details] pushed as e546e4d - worker: get PATH from parent instead of #define