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 616258 - Create corresponding seat for XDMCP sessions
Create corresponding seat for XDMCP sessions
Status: RESOLVED OBSOLETE
Product: gdm
Classification: Core
Component: general
2.30.x
Other All
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
Depends on: 536355 594818
Blocks:
 
 
Reported: 2010-04-20 07:40 UTC by Halton Huo
Modified: 2013-11-18 15:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
specify seat-id when create a XDMCP greeter display (1.56 KB, patch)
2010-04-20 08:41 UTC, Halton Huo
none Details | Review

Description Halton Huo 2010-04-20 07:40:28 UTC
This bug is copied from http://defect.opensolaris.org/bz/show_bug.cgi?id=15157.

With multi-seat work done on ConsoleKit (http://bugs.freedesktop.org/show_bug.cgi?id=19333), add_new_seat() allows specific given seat_id.

This bug depends on bug #536355 and #594818.
Comment 1 Halton Huo 2010-04-20 08:41:38 UTC
Created attachment 159144 [details] [review]
specify seat-id when create a XDMCP greeter display

Because ':' is not acceptable as valid dbus names, I use g_strcanon to replace invalid characters into '_'. Which is described in the patch.