[Pkg-lxde-maintainers] Bug#810631: lxdm grave problem: not show list users if password fail
PICCORO McKAY Lenz
mckaygerhard at gmail.com
Sun Jan 10 19:24:15 UTC 2016
Package: lxdm
Version: 0.5.3-1
Severity: grave
Tags: patch
when a password chek fail for users, and user list are enaled,
te user list box dissapear,
bug are in upstream with patch easyle to commit available:
https://sourceforge.net/p/lxde/bugs/690/
--- lxdm-0.5.0/./src/greeter.c~ 2013-09-14 05:44:28.000000000 +0200
+++ lxdm-0.5.0/./src/greeter.c 2014-10-01 14:11:02.870973292 +0200
@@ -146,7 +146,7 @@
if(user_list_scrolled)
gtk_widget_show(user_list_scrolled);
else
- gtk_widget_hide(user_list);
+ gtk_widget_show(user_list);
gtk_widget_grab_focus(user_list);
}
else
--
Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com
More information about the Pkg-lxde-maintainers
mailing list