Open vantu5z opened 2 years ago
Hmm, I didn't expect and even didn't know about these methods throwing an error before. I just added a try-catch around these methods, so it should be fixed now. However, it's weird how this is happening.
Also, I can't reproduce the issue with the Additional info when doing LANG=ru_RU.utf8 web-greeter --debug --no-sandbox
; actually, it works fine as you can see here:
Does this happen only with custom layouts in /etc/lightdm/web-greeter.yml
? If so, which layouts are you trying to set? Also, does this occur with other lightdm greeters?
Does this happen only with custom layouts in /etc/lightdm/web-greeter.yml? If so, which layouts are you trying to set?
It happens with default layouts in /etc/lightdm/web-greeter.yml
. Try leave only us
and set another combinations - have no effect.
Also, does this occur with other lightdm greeters?
Before I use gtk-greeter
, then switch to webkit2
- all works fine.
Hmm, I didn't expect and even didn't know about these methods throwing an error before. I just added a try-catch around these methods, so it should be fixed now. However, it's weird how this is happening.
Thanks, it should be fixed now. However, cause stay unknown.
Thanks, it should be fixed now. However, cause stay unknown.
Yeah, it's a weird problem. It might be related to PyGObject as lightdm-gtk-greeter
doesn't throw this error (as you say).
Environment
Bug description
Try to run:
web-greeter --no-sandbox
And get exception:Fast workaround to fix issue
Edit file:
/usr/lib/web-greeter/bridge/__init__.py
Additional info
Make some tests. Get exception on
my phonetic
andcustom
layouts if run withru_RU.utf8
locale. So if runLANG=en_US.utf8 web-greeter
it works fine.