The code is:
private void authentication_complete_cb ()
{
bool is_authenticated;
if (test_mode)
is_authenticated = test_is_authenticated;
else
is_authenticated = greeter.is_authenticated;
if (is_authenticated)
{
/* Login immediately if prompted */
if (prompted)
{
user_list.login_complete ();
if (!test_mode)
{
if (user_list.background.alpha == 1.0)
start_session ();
else
user_list.background.notify["alpha"].connect
(background_loaded_cb);
}
I wonder if the background is not completely loaded at this point and
there's a problem there?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/986967
Title:
unable to log in - hangs on 'logging in' msg
Status in Light Display Manager:
New
Status in “lightdm” package in Ubuntu:
Confirmed
Bug description:
On my laptop I upgraded from 11.10 to 12.04, 3 or 4 weeks ago.
Recently I had trouble logging in - I'd type in my password but it
would hang on the 'logging in...' message you get after pressing
enter. After rebooting a few times I was able to log in.
Now, rebooting isn't helping, I'm unable to log in at all. I stay at
the 'logging in...' message until I shut down.
To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/986967/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp