GNOME Bugzilla – Bug 616258
Create corresponding seat for XDMCP sessions
Last modified: 2013-11-18 15:19:21 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.
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.