KDE Tricks

Check if user service are normal

Command: systemctl --user status

If it shows "degraded", some services are not running or started properly. You could use "systemctl --user |grep failed" to list all the failed services.