Patrick O'Callaghan wrote: > 'kill <PID>' does kill it, but how do I run it again without logging > out? Simply running plasmashell from the command line does put up the > widget panel but it's still frozen, and the command never returns. You can (re)launch 'plasmashell' via krunner (ALT-F2) That said, may be worth trying to get a backtrace out of the deadlocked plasmashell process, if you have terminal access, run: gdb -p <PID> and issue command: thread apply all bt Getting a worthwhile backtrace may require installing -debuginfo packages, via something like: dnf debuginfo-install plasma-workspace (warning, it's a lot, but will give much better results) -- Rex _______________________________________________ kde mailing list -- kde@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kde-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kde@xxxxxxxxxxxxxxxxxxxxxxx