https://bugs.kde.org/show_bug.cgi?id=509278
bluelupo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from bluelupo <[email protected]> --- I found the solution to my login problem. The problem was caused by .bash_profile. I had set up an ssh systemd service for a user there. Unfortunately, the following lines blocked the KDE start. As soon as I removed these two lines, everything worked smoothly. # User systemd Service ~/.config/systemd/user/ssh-agent.service export SSH_AUTH_SOCK=“$XDG_RUNTIME_DIR/ssh-agent.socket” I then moved the line to .bashrc, where it no longer interferes with the start of KDE. -- You are receiving this mail because: You are watching all bug changes.
