Skip to content
  • Nate Graham's avatar
    Port to KTerminalLauncherJob · 27bfcde4
    Nate Graham authored
    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.
    
    BUG: 441072
    FIXED-IN: 21.12
    27bfcde4