this post was submitted on 13 Jun 2024
1 points (100.0% liked)
KDE
5312 readers
15 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use KDE on Debian. I have not encountered this, nor can I think of a reason why showkey would break a user's desktop session.
If the GUI login screen is still visible when it hangs, I suppose sddm might be having trouble. To investigate, I would run
journalctl -f
in a text console, and maybetail -F /var/log/Xorg.0.log
in another, while attempting a GUI login. When it hangs, I would switch back to the text consoles and see if the most recent log messages hint at what's hanging.Could the fingerprint reader be causing the problem on the main account?
Thanks. I'll check out disabling the fingerprint reader and see if that makes a difference. Will do those investigations you've suggest too. But at this point it's looking like moving my user data and starting again on a new login.
Another thought: Is it possible that your original user account (which hangs) is trying to log in to an X session while the new one (which works) is using a Wayland session, or vice-versa? That might explain the difference in behavior if only one of the two session types is broken.
Good luck!