Jezer Mejía
Jezer Mejía
Hmm, that's weird. Did you install these packages with PIP? If you did, you could try to uninstall them and just rely on void packages. The QtWebEngineProcess should be inside...
See the [Import errors](https://github.com/JezerM/web-greeter#import-errors) section of the README. Perhaps, you could try reinstalling `qt5-webchannel` and `python3-PyQt5-webchannel`.
Well, there's no much I could do about it. Reinstalling is the only solution to this kind of problem: remove related PIP packages inside `/usr/lib/python3.10/site-packages/` and `~/.local/lib/python3.10/site-packages/`, and reinstall with...
After a long research, it seems impossible :c Thought about modifying `qwebchannel.js` to send a "block" message to web-greeter and block the webpage thread after calling a QObject method in...
I'm hating Qt5 xd Considering to move to another framework.
Greetings~ I don't think that is possible with any LightDM greeter, or at least it's not with web-greeter and nody-greeter. Executing a script is simply not implemented and I guess...
Well, the glorious theme doesn't work at all even in lightdm-webkit2-greeter due to some unresolved bugs, so I recommend you to use my [fork](https://github.com/JezerM/lightdm-webkit2-theme-glorious), though it implements a different translation...
Also, could you provide the log in `/var/log/lightdm/seat0-greeter.log`? You must use gab or glorious to see the error in the log, so I could traceback it.
> Problem is new weblit2gtk library which hasn't backward compatibility and destroy these themes. Yeah, but web-greeter does not use webkit2gtk, so that issue shouldn't affect this greeter.
About the logs, it seems like the theme never calls the `authenticate` method. I will try to fix it soon.