Tuure Piitulainen
Tuure Piitulainen
Hmm well, I see when I delete my vis config file (`~/.config/vis/config`) I get the same colors as you, so it requires some settings. On my working setup I have...
Now saw this issue in nody-greeter: https://github.com/JezerM/nody-greeter/issues/41 Describes the same bug
Sounds great, thank you!
Thanks so much for this, I was able to test by creating two extra dummy users, the caching now works and can retrieve the last authenticated user & session (in...
Oh, I notice another thing: I have a startup script for lightdm like this: `/etc/lightdm/greeter-startup`: ```bash #!/bin/bash # Map capslock to esc setxkbmap -option caps:escape # Key repeat: ms, interval...
Yeah although was the Gruvbox theme supposed to also have some indicator when lightdm has lock_hint? Looking at the theme it seemed to me like the word "Lock" should be...
Btw it's a little painful switching between AUR package and manual build, with `yay -S web-greeter` giving this: error: failed to commit transaction (conflicting files) web-greeter: /etc/xdg/lightdm/lightdm.conf.d/90-greeter-wrapper.conf exists in filesystem...
Ok testing now with AUR package (build prior to this PR) My theme shows "Unlock" and gruvbox shows the large text "Lock" in the top left corner Would I be...
> Yep, doing `sudo make uninstall_all` removes everything related to web-greeter. Yeah but looks like it misses the ones I listed above: ``` /usr/share/web-greeter/* /usr/lib/web-greeter/* /usr/share/icons/hicolor/scalable/apps/com.github.jezerm.web-greeter.svg /etc/xdg/lightdm/lightdm.conf.d/90-greeter-wrapper.conf ``` I had...
Ok, good to know Lets see what we can do :D