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 711180 - slave: don't run initial-setup on remote displays
slave: don't run initial-setup on remote displays
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-30 21:04 UTC by Ray Strode [halfline]
Modified: 2013-10-30 21:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
slave: don't run initial-setup on remote displays (2.24 KB, patch)
2013-10-30 21:04 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2013-10-30 21:04:37 UTC
GDM will run initial-setup if there are no configured user accounts
on the system.  We correctly skip checking if there are configured user
accounts on remote XDMCP displays, but incorrectly, still run initial-setup.

This commit makes sure we only every do any of the initial-setup logic
in the local display code paths.
Comment 1 Ray Strode [halfline] 2013-10-30 21:04:38 UTC
Created attachment 258614 [details] [review]
slave: don't run initial-setup on remote displays