If your computer becomes frozen and unresponsive then its most like a kernel problem not KDE problem.
Can u try going to sleep while running dmesg --follow
?
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.
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.
If your computer becomes frozen and unresponsive then its most like a kernel problem not KDE problem.
Can u try going to sleep while running dmesg --follow
?
am not personally experiencing the problem you describe, but: have you verified the strange behavior isn't somehow related to your kernel? most people aren't using linux-6.4.x yet. sometimes bugs or intentional changes that break userspace software are introduced. if you haven't done so: I'd test it with the kernel you were using when it last worked.
I switched to KDE from Gnome back in late April, or early May. As far as I am aware, I have had this issue since I've been on KDE.
ah, okay. so in your experience, it has never worked right with KDE on your computer.
As far as I can remember, yeah. If it hasn't been the entire time, then, at the very least, it was very soon after switching to KDE.
In the cases with the cursor still showing (and maybe even in the cases with the half-frozen sddm screen (it's actually probably going to be a lockscreen, not sddm)): Can you still switch to a TTY (e.g. CTRL+Alt+F2 or F3)? If so, you could try to run
export DISPLAY=:0; killall plasmashell; sleep 5; plasmashell --replace
and see if this resolves the issue?