Jezer Mejía
Jezer Mejía
Hmm, that's weird. None of the updated packages should interfere with the login process neither to some backend web-greeter could use. Can you provide the full seat0-greeter log at `/var/log/lightdm/seat0-greeter.log`?
I see the problem, the first make target is not what it's supposed to be. For now, you could use `make build` or `make install` instead.
Would there be any inconvenience with keeping the fonts?
It can be built without cx_freeze. Use `build_old` or `install_old`, but these methods use a "zip build": compress everything inside a zip and use it as a python3 program. The...
> can you confirm that web-greeter is only useful together with lightdm? or can it be used without lightdm? No, it's not usable or useful without lightdm. Although, you can...
Fixed some errors with local lintian in ee0b9835, except for `no-changelog` and `no-copyright-file` ones. About the font warnings, I guess there is no easy way to solve it, as the...
Nope, currently there's no setting for this. I will mark this as a feature request.
Exactly, i3-lock takes an screenshot and blurs the image by traveling every pixel of the image. However, this blur process is slow, and gets slower over time. A few months...
I actually see a big difference without debug enabled: ```sh $ time i3lock -B20 --no-verify # Default i3lock-color i3lock -B20 --no-verify 25.32s user 0.08s system 98% cpu 25.714 total $...
This won't work as expected because **i3lock** is an static program. All the params you pass to **i3lock** will remain the same through all its lifetime. Currently, **i3lock** does not...