Antergos / web-greeter

A modern, visually appealing greeter for LightDM.
http://antergos.github.io/web-greeter
GNU General Public License v3.0
233 stars 57 forks source link

Greeter does not create global variables #180

Open rda0 opened 5 years ago

rda0 commented 5 years ago

Greeter Version: 2.2.5 OS: Ubuntu 18.04

We have noticed an issue which occurs rarely. Unfortunately I am not able to reproduce it and do not know how I could debug this further.

Sometimes when the greeter starts the global variables lightdm, greeter_config, theme_utils, etc. are not defined. This results in an exception in the theme and shows the "Detected a Theme Error" modal dialog on screen. Reloading the theme or loading the fallback theme does not help in this case. To resolve the error, the greeter process has to be killed:

killall lightdm-webkit2-greeter

Manual examination using the debug console shows that the variables are undefined.