-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
Howdy is broken in Linux Mint 22 - Python errors and lock screen bug #945
Comments
i have same problem with mint22 `Entpacken von howdy (2.6.1) ...
error: externally-managed-environment × This environment is externally managed
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can |
ok i tryed to install but i could not complete |
I had a few errors too and managed to sort things out. Google is your best friend. Any errors you get just Google until you can come to solutions to your problems. |
Believe me I did plenty of googling (or rather duck-duck-go-ing). Like I said, I was finally able to get Howdy in an operational state by reading solutions posted in other issues here, but wasn’t able to fix the lock screen issue. If you had this issue, how did you fix it?
And my other point was that for this project to remain relevant, it really needs to be updated to work with the new Python standard. Because most people aren’t going to be able or willing to jump through all the hoops necessary to make it work with the new standard.
Sent from [Proton Mail](https://proton.me/mail/home) for iOS
…On Sun, Aug 11, 2024 at 6:54 AM, Jordan ***@***.***(mailto:On Sun, Aug 11, 2024 at 6:54 AM, Jordan <<a href=)> wrote:
I had a few errors too and managed to sort things out. Google is your best friend. Any errors you get just Google until you can come to solutions to your problems.
—
Reply to this email directly, [view it on GitHub](#945 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ANKOEXHL4YPLINW6SWZWRC3ZQ5GGHAVCNFSM6AAAAABLVODYDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBSG4ZTGMJYHA).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi Seth, I wasn't referring to your original post I was responding to the other guy who just posted today. I don't think I could bring myself to respond to your original post with such a useless comment lol |
so i tryed but |
https://www.youtube.com/watch?v=IoikLVHUhec i do not understand what to do |
I just did a quick Google search of
And found quite a few options that could work. Unfortunately, I don't know exactly what will fix it for you and I can only advise you to continue to search and try new things until it is resolved. |
Something similar is happening to me on Ubuntu 24.04. |
Also having this issue on Ubuntu 24.04 |
Same issue here running Mint 22 |
@seths22 same issue here. After the setup hell of howdy it now works like it should, except after locking the system. Log:
Did you ever found an solution? |
@seths22 Edit your /etc/pam.d/common-auth to something like this:
and remove all howdy related from /etc/pam.d/sudo With this options the password field is shown, when you hit enter with an empty one, howdy will be checked. It's not very elegant to use your password when you have howdy, but with this workaround you are not locked out, until a real solution is found. just enter your password and it will be unlocked. |
Ironically, when using my workaround i have to enter my keyring password again after login!? |
Not elegant, but it works for now. Not using this anymore. Just using my workaround, see next post. |
@popy2k14 I tried your first workaround, it works! Having to hit enter before Howdy kicks in isn't a big deal, and I don't mind using the password for the lock screen only (actually Howdy originally never even tried to kick in at all for the lock screen for me, until after the Mint 22 installation). |
@seths22 nice to hear that i also works for you. After reading this: #957 But you can also escalate easily: I will post in the #957 about this. |
I am also having the issue with unlocking the lockscreen on Mint 22 with Cinnamon. if it helps, here is what auth.log says about that: I'm not sure what "conversation failed" means, but definitelly the cinnamon-screensaver is unable to correctly handle the response from howdy. Howdy correctly identifies me though, just the screensaver does not unlock itself. I can even see "Identified as johny" for a split second on the screensaver when I try to unlock. The workaround with switching the user works for me too, when I click the people icon and get to the login screen, I am identified and can log in and go back to the same session. |
I have spent a large amount of time trying to get Howdy working in Linux Mint 22 (based on Ubuntu 24.04), which came out this week. I had many issues right off the bat, including the externally-managed-environment python error (see issue #807) which has apparently been occurring for a while after an update to Python, and many others. I was finally able to get Howdy to work on initial login and with sudo by following all steps in the last post of issue #927 and manually creating the /lib/security/howdy/snapshots directory. However, it also broke my lock screen functionality. When I tried to unlock my computer from the lock screen, my IR emitters briefly turn on but I am unable to actually unlock the screen. I am also unable to use my password to unlock the screen in this state, when I enter it I simply see the "checking" message indefinitely. The only way to unlock is to manually power the computer off and restart it. I ended up removing Howdy, as I need the capability to lock my screen without having to power off my computer, and after removing Howdy my lock screen functioned normally. Does anyone know what could be causing this issue, or how it could be fixed?
Another semi-related question: I really love this project, and have been using Howdy for years, but it is getting very hard to make it work with the recent changes to Python that break installation (as can be seen with the many issues created related to this problem). Is there an update planned that will fix this?
Linux distribution: Linux Mint 22
Howdy version (
sudo howdy version
): 2.6.1The text was updated successfully, but these errors were encountered: