You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When authenticating in different places, different users are used (gdm, sudo, gnome authentication dialog). Each of these users needs all valid python requirements. This causes dependency issues, because in different contexts, different modules are available. Here is a quickfix, to get all dependencies in line.
You'll want an elevated prompt:
sudo su -
Go to howdy directory, create python venv and activate it
cd /lib64/security/howdy
python3 -m venv .venv
source .venv/bin/activate
When authenticating in different places, different users are used (gdm, sudo, gnome authentication dialog). Each of these users needs all valid python requirements. This causes dependency issues, because in different contexts, different modules are available. Here is a quickfix, to get all dependencies in line.
You'll want an elevated prompt:
Go to howdy directory, create python venv and activate it
Install dependencies:
and finally edit pam.py
I created this issue, because I had a lot of errors, and they all just boiled down to broken dependencies
I've searched for similar issues already, and my issue has not been reported yet.
Linux distribution: Fedora 40
Howdy version: 2.6.1
The text was updated successfully, but these errors were encountered: