Check if user services are normally started
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.
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.