Jezer Mejía
Jezer Mejía
The latest version of Litarvan theme is not web-greeter compatible. Use the master version instead, which includes some patches to make it work for web-greeter and nody-greeter.
Hmm, I'll check that issue with light-locker, but yeah it's an outdated project (wouldn't say deprecated as it still works) so it's kind of expected that it won't work in...
About `light-locker`, I didn't have any issue with web-greeter, everything works as it should. Although, after logging in a gray background appears but I think that's light-locker's fault. https://github.com/JezerM/web-greeter/assets/59768785/ffd49465-03a1-4a5a-b5fd-15a450470300 Maybe,...
> Btw it's a little painful switching between AUR package and manual build, with `yay -S web-greeter` giving this: > > Do you think for example `make uninstall_all` could remove...
> Would I be right to assume the lock_hint is lost? Yep, I'm even having problems with the `idle` and `reset` signals from LightDM... Also, the main issue about LocalStorage...
> Ah, in general, or after this PR? In general.
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,...
> 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...
How did you install web-greeter? void-packages should work.
Well, I mean, which packages did you install? The following should do it: ```sh sudo xbps-install python3-PyQt5 python3-PyQt5-webengine python3-ruamel.yaml python3-gobject python3-xlib python3-inotify python3-PyQt5-devel-tools qt5-webengine ```