0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

adds information for troubleshooting issues reported in the bug #28

gutierri 2021-08-30 23:32:26 -03:00
parent a7a5eced36
commit 380215a86c

@ -42,4 +42,22 @@ Your lockscreen might not be running Howdy as root, which prevents Howdy from ru
```
chmod o+x /lib/security/howdy/dlib-data
```
```
#### Howdy PAM module not call on Cinnamon/Mate screensaver
As reported in bug #28. In Mate/Cinnamon environments howdy may have problems running. The bug describes the way to recognize the problem (via /var/log/auth.log). If your problem is conversion, possibly the @sd65 user's solution[¹](https://github.com/Boltgolt/howdy/issues/28#issuecomment-396231042) should work:
> So I have a workaround. Please note I'm using Cinnamon Screensaver (should work on Mate too).
>
> First as you said:
>
> `sudo chmod -R 755 /lib/security/howdy/`
>
> Then:
>
> `sudo howdy config`
>
> And set `no_confirmation` to `true`.
>
> It's crashing when sending the confirmation message, so disabling it makes the trick. :)