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 499389 - gdmXnestchooser won't start because host undefined
gdmXnestchooser won't start because host undefined
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.20.x
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-24 18:29 UTC by Andrew Ziem
Modified: 2007-11-26 23:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
patch (1.59 KB, patch)
2007-11-24 18:52 UTC, Andrew Ziem
none Details | Review

Description Andrew Ziem 2007-11-24 18:29:05 UTC
gdmXnestchooser.c, the function make_us_an_exec_vector(), which uses the variable host, is called before the variable host is defined.  Therefore, the wrong arguments are passed to Xnest/Xephyr.
Comment 1 Andrew Ziem 2007-11-24 18:52:25 UTC
Created attachment 99582 [details] [review]
patch
Comment 2 Brian Cameron 2007-11-26 23:07:22 UTC
Fixed in 2.20 branch.  Thanks.  I think you mean "indirect_host" instead of "host" which is the variable used by make_us_an_exec_vector that needs to be set up before calling that function.