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 779500 - manager: don't try to activate session if session not on seat
manager: don't try to activate session if session not on seat
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on:
Blocks:
 
 
Reported: 2017-03-02 21:41 UTC by Ray Strode [halfline]
Modified: 2017-03-03 20:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
manager: don't try to activate session if session not on seat (3.01 KB, patch)
2017-03-02 21:41 UTC, Ray Strode [halfline]
committed Details | Review

Description Ray Strode [halfline] 2017-03-02 21:41:06 UTC
This is a RHEL patch that should really be upstream.
Comment 1 Ray Strode [halfline] 2017-03-02 21:41:16 UTC
Created attachment 347103 [details] [review]
manager: don't try to activate session if session not on seat

If a session is not associated with a seat (because it's remote),
then we shouldn't try to activate the session.  Activating sessions,
really only means anything on seat0 (where it means to change
the active VT).

This prevents premature failure before unlock on XDMCP.
Comment 2 Ray Strode [halfline] 2017-03-03 20:29:50 UTC
Attachment 347103 [details] pushed as 5395600 - manager: don't try to activate session if session not on seat