GNOME Bugzilla – Bug 415513
can't exit from XDMCP window
Last modified: 2007-03-12 08:37:58 UTC
The bug has been opened on https://launchpad.net/ubuntu/+source/gdm/+bug/87026 "Binary package hint: gdm Steps to reproduce this bug : Under GDM select Options->distant connection by XDMCP (we do not have any servers) Here you can not go back (and also shutdown/reboot) to the previous GDM standard window login (except with ctrl+alt+del). There is an "Cancel" button but it do nothing. GDM version : 2.17.7-0ubuntu2 ..."
This problem was caused because the gdm_chooser_cancel function was defined to be a static function, so there were problems using it via glade. This bug must have been introduced when gdmchooser migrated to using glade. Fixed in CVS head.