-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 24.04 howdy 3.0.0 beta installation #976
Comments
Thank you so much! Personally I also had to add the following to the top of
I think you posted this somewhere else, but it's here for reference. |
I thought step 2 would do this (Install pam config file). Sorry for not testing this step. I found a file named
Maybe you will have to run
|
The meson build default prefix (for me) seems to be Sym linking |
I found many issues related to Ubuntu 24.04. However, they are messing up different howdy versions and don't solve the problem. So, I decided to create this issue and post my working solution.
meson.options
and modifyoption('install_pam_config', type: 'boolean', value: true, description: 'Install pam config file (for Debian/Ubuntu)')
. Build and install as mentioned in README. I have no idea why this isn't a default behavior.sudo howdy add
. It might give errors. Most python modules can be installed using apt except dlib.sudo pip3 install dlib --break-system-packages
. Try to add face again. It will ask you to run a script to download models. Chinese users may have network problems. Check the script and manually do that./usr/local/lib/x86_64-linux-gnu/howdy/compare.py
. Addsys.path.append('/usr/local/lib/python3.12/dist-packages')
after theimport sys
line.elevate
is needed which is also not provide by apt.sudo pip3 install elevate --break-system-packages
. Withsudo howdy-gtk
, you get the following GUI:The text was updated successfully, but these errors were encountered: