Hi all: I know that is not a solution, at least not an elegant one.
I have rewrote the gdm3-3.4.1/gui/simple-greeter/gdm-greeter-login-window.c file to disable the Esc Key and not show the Cancel button. ... 565 566 /* goyo: show_widget (login_window, "cancel-button", show); */ 567 show_widget (login_window, "cancel-button", FALSE); 568 } ... 1959 if (event->keyval == GDK_KEY_Escape) { 1960 if (login_window->priv->dialog_mode == MODE_AUTHENTICATION 1961 || login_window->priv->dialog_mode == MODE_TIMED_LOGIN) { 1962 /* goyo: do_cancel (GDM_GREETER_LOGIN_WINDOW (widget)); */ 1963 } 1964 } I have not Calcel-Button but in this way i not "lost" the login window. Greetings Goyo. **************************************************** GREGORIO CORRAL TORRES Labs Technician Department of Telematic Engineering Universidad Carlos III de Madrid E-mail: gregorio.cor...@uc3m.es Telephone: (+34) 91-624-9959 Visit at: www.it.uc3m.es *****************************************************