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

fix typo

S.G 2022-11-12 03:27:42 +11:00
parent c31de20e84
commit e85d4ccc80

@ -6,7 +6,7 @@ This page lists known solutions to common problems. If you have an solution to a
- [Camera IR emitters not turning on (or turning off very quickly)](#camera-ir-emitters-not-turning-on)
- [Lockscreen not unlocking](#lockscreen-not-unlocking)
- [OpenCV warning messages](#opencv-warning)
- [Nothing show up on Fedora when `sudo`ing or logging in](#nothing-show-up-on-fedora)
- [Nothing shows up on Fedora when `sudo`ing or logging in](#nothing-shows-up-on-fedora)
## Known solutions
@ -89,7 +89,7 @@ export OPENCV_LOG_LEVEL=0
export OPENCV_VIDEOIO_PRIORITY_INTEL_MFX=0
```
### Nothing show up on Fedora
### Nothing shows up on Fedora
If you haven't configured things related to `pam.d` and `SELinux` (i.e. you just installed howdy and added a face model, but when it comes to `sudo` or logging in, nothing shows up and you still have to enter the password), then it is likely to be because your system has yet to be configured to use howdy.<br>
For an automatic quick fix, please check out [this bash script](https://gist.github.com/m1nicrusher/35e79b20553c8863e0c642f8d801da7f).<br><br>
For full explanation please check out [Fedora copr](https://copr.fedorainfracloud.org/coprs/principis/howdy/).<br>