Skip to content

Instantly share code, notes, and snippets.

@xnumad
Created August 4, 2019 01:40
Show Gist options
  • Save xnumad/f3156852208fb6b548e26f84bbb8b769 to your computer and use it in GitHub Desktop.
Save xnumad/f3156852208fb6b548e26f84bbb8b769 to your computer and use it in GitHub Desktop.
KDE Plasma login doesn't automatically start plasmashell

Problem

  • Plasmashell doesn't start automatically after log-in
  • [optional] Windows of applications of previous sessions are restored which indicates that kwin loads/starts and is working automatically.
  • Condition: Manually executing kstart5 plasmashell works as intended. If this is not the case, the solution will very likely not help you!

Solution

Open "System Settings -> Startup and Shutdown -> Autostart -> Add Program" and add plasmashell (manually write it into the text field in the dialog window). (File saved in ~/.config/autostart)

Cause

The old autostart file only had the content

[Desktop Entry]
X-XFCE-Autostart-Override=true

I seem to have disabled it in the XFCE Settings when I used two desktop environments with the same user account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment