Has anyone else had this issue where all panels fail to appear after a reboot/clean start?
I was able to get them to show up again with:
killall plasmashell
plasmashell &
Was hoping there is a better way or maybe a fix I am not smart enough to figure out.
Dev0ut
2
You can make a startup script that executes those 2 commands until someone posts a better solution
1 Like
Ok, so I am trying to figure out how to script this out. Does this look right?
#!/bin/bash
killall plasmashell
plasmashell &
disown
So the script works but it doesn’t run at start up even if I put it in Settings > Autostart