You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 22, 2019. It is now read-only.
As the title says, simply calling lightdm.authenticate() does not appear to cause a prompt process to start - although the documentation states that it should prompt for a user. Neither the registered show_prompt is called nor does anything happen when lightdm.respond is called.
Looking at the definition of that method here and the relevant gi reference this does seem to be intended to work - I don't know enough about the bridging interface to tell if perhaps some type conversion is breaking this.
This all is using RC 2 for version 3.0.0, I don't believe any changes were made to the login process since?
The text was updated successfully, but these errors were encountered:
Gah, sorry for not replying sooner, didn't realize there was a response.
Having tried the simple theme, it actually comes up with lightdm is not defined - an issue in itself, but I haven't seen that happen to any other theme, so probably not related?
As the title says, simply calling
lightdm.authenticate()
does not appear to cause a prompt process to start - although the documentation states that it should prompt for a user. Neither the registeredshow_prompt
is called nor does anything happen whenlightdm.respond
is called.Looking at the definition of that method here and the relevant gi reference this does seem to be intended to work - I don't know enough about the bridging interface to tell if perhaps some type conversion is breaking this.
This all is using RC 2 for version 3.0.0, I don't believe any changes were made to the login process since?
The text was updated successfully, but these errors were encountered: