https://bugs.kde.org/show_bug.cgi?id=419443
--- Comment #1 from Kai Uwe Broulik <k...@privat.broulik.de> --- Can you give a backtrace? Make sure debugging symbols for plasma-nm (and probably plasma-workspace and maybe some of Qt) are installed, then on a terminal type: gdb plasmashell Once it is loaded, type run to start it. Wait for that to finish (it'll take a bit longer than a normal startup) and then do whatever you did to make it freeze. Hit Ctrl+C in the gdb window to interrupt it and type thread apply all bt and paste the output here. I suspect it's networkmanager-qt waiting on some DBus reply for something that doesn't exist anymore. -- You are receiving this mail because: You are watching all bug changes.