https://bugs.kde.org/show_bug.cgi?id=456949
--- Comment #4 from Hanisch <ch-hani...@t-online.de> --- > You can try using: > sudo -i krusader That is not the problem. Better is: pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY krusader The reason for crashing of Root-krusader via Alt+shift+k is missing of "kdesu" in Kubuntu/Ubuntu 22.04. ~$ krusader QCoreApplication::applicationDirPath: Please instantiate the QApplication object first 09:48:11.184-debug default unknown@0 # System icon theme: "Papirus" 09:48:12.712-warning default unknown@0 # QWidget::insertAction: Attempt to insert null action 09:48:12.795-warning default unknown@0 # QWidget::insertAction: Attempt to insert null action 09:48:13.126-warning kf.i18n unknown@0 # Trying to convert empty KLocalizedString to QString. org.kde.kdesu: Daemon not safe (not sgid), not using it. Don't need password!! kf.su: [ ./src/stubprocess.cpp : 225 ] Unknown request: "ok" ~$ sudo apt install kdesu Paketlisten werden gelesen… Fertig Abhängigkeitsbaum wird aufgebaut… Fertig Statusinformationen werden eingelesen… Fertig E: Paket kdesu kann nicht gefunden werden. Please change the call of Root-krusader via Alt+shift+k from User-krusader with "kdesu" to "pkexec". -- You are receiving this mail because: You are watching all bug changes.