I'm quite sure you've already solved this via help on IRC, but for future reference and for others I'll still answer your questions.
CC-ing 830514 as the procedure is the same. On zaterdag 9 juli 2016 15:04:26 CEST Maria wrote: > is it possible that some essential package was uninstalled automatically > in the upgrade process? It's not that a package was removed, but that not all framework packages are at the same version. > If you could give me a hint, how or when this can be solved? krunner is part of plasma-workspace which you can find out by doing: "dpkg -S $(which krunner)" which returns: plasma-workspace: /usr/bin/krunner If you then run the reportbug utility on it like this: reportbug plasma-workspace -p -O You'll see a list of dependencies and recommended packages and their versions and that way you'd see the version mismatch that caused your issues. Then making sure all the framework packages are at either 5.22 or 5.23 should fix the issue. The reportbug utility is normally used to actually report bugs, but the '-p' switch makes it print to stdout, ie your Konsole window, instead of sending a mail and the '-O' disables external queries as we're not interested in it for this procedure. You still need to answer the normal questions, but you can enter 'dummy' data into it as we're only interested in the list of dependencies and recommended packages and their versions. HTH, Diederik
signature.asc
Description: This is a digitally signed message part.