https://bugs.kde.org/show_bug.cgi?id=441072
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |21.12 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/syst | |em/dolphin/commit/27bfcde4e | |faf936243fc41e4a61d0cac3210 | |5ef6 Status|ASSIGNED |RESOLVED --- Comment #7 from Nate Graham <[email protected]> --- Git commit 27bfcde4efaf936243fc41e4a61d0cac32105ef6 by Nate Graham. Committed on 31/08/2021 at 15:12. Pushed by ngraham into branch 'master'. Port to KTerminalLauncherJob Dolphin still uses KToolInvocation::invokeTerminal() which is deprecated and requires KInit. However Dolphin was ported away from requiring it in other ways, so it is now possible to have Dolphin running but not KInit, which breaks the "Open in Terminal" functionality. Using KTerminalLauncherJob fixes this. It was introduced in Frameworks 5.83, so the CMake dependency version is accordingly increased. FIXED-IN: 21.12 M +1 -1 CMakeLists.txt M +10 -4 src/dolphinmainwindow.cpp M +4 -2 src/dolphinpart.cpp https://invent.kde.org/system/dolphin/commit/27bfcde4efaf936243fc41e4a61d0cac32105ef6 -- You are receiving this mail because: You are watching all bug changes.
