https://bugs.kde.org/show_bug.cgi?id=433048
--- Comment #15 from David Edmundson <k...@davidedmundson.co.uk> --- > Also is this feature going to be mentioned in System Settings It will not. It will stay off by default until all bugs are fixed, then it will be on by default. As for your specific issue: >with steam, discord, KMail and GWE autostart, without which it takes 15-20 >seconds to load) The common cause is that one of those applications in the .desktop file has "StartupNotify=true" and then fails to actually notify us it has started. In that situation we will sit there waiting until a timeout is eventually hit. But that doesn't explain plasmashell not having any panels. Can you attach the log file at ~/.local/share/sddm/xsession-errors (from a time when the delay happened) Maybe you can quickly switch VT's after logging in and from a terminal type "sudo gdb --pid `pidof plasmashell`" then when it connects type "bt" and get a log of where it's stuck. The bootchart implies it's not completely dead, so I'm a bit surprised. -- You are receiving this mail because: You are watching all bug changes.