Bug#683338: gdm3: no prompt anymore after login cancel using disable_user_list
Gregorio Corral
goyo at adm.it.uc3m.es
Tue Jul 16 15:44:51 UTC 2013
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.corral at uc3m.es Telephone: (+34) 91-624-9959
Visit at: www.it.uc3m.es
*****************************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20130716/3c1ba3a7/attachment.html>
More information about the pkg-gnome-maintainers
mailing list