SUMMARY The 'locations' runner of krunner has stopped working after upgrading to 5.20.90 (5.21 beta). Typing the path to a folder no longer offers to open that folder. STEPS TO REPRODUCE 1. Invoke krunner 2. Type '~' (without quotes) OBSERVED BEHAVIOUR Krunner does not offer to open home directory with Dolphin EXPECTED BEHAVIOUR Like in 5.20.5, when a path to a folder is typed, krunner should offer to open it in Dolphin. SYSTEM INFORMATION Operating System: Arch Linux KDE Plasma Version: 5.20.90 KDE Frameworks Version: 5.78.0 Qt Version: 5.15.2 ADDITIONAL INFORMATION Locations runner is enabled in the krunner settings. I tried disabling and enabling that runner, but the bug still persists. Downgrading to Plasma 5.20.5 fixes the issue.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/639
Git commit 67560c26807eb6b52a733ba7ecc3d3119ba872cc by Alexander Lohnau. Committed on 08/02/2021 at 16:46. Pushed by ngraham into branch 'master'. Fix condition for executable folders If folders are marked as executable the runner will skip them but we only want to skip files, because they are handled by the shellrunner. FIXED-IN: 5.21 M +2 -1 runners/locations/locationrunner.cpp https://invent.kde.org/plasma/plasma-workspace/commit/67560c26807eb6b52a733ba7ecc3d3119ba872cc
Git commit 6218088312d3e8d18c766ca9735c8f6f43fad6ed by Nate Graham, on behalf of Alexander Lohnau. Committed on 08/02/2021 at 18:40. Pushed by ngraham into branch 'Plasma/5.21'. Fix condition for executable folders If folders are marked as executable the runner will skip them but we only want to skip files, because they are handled by the shellrunner. FIXED-IN: 5.21 (cherry picked from commit 67560c26807eb6b52a733ba7ecc3d3119ba872cc) M +2 -1 runners/locations/locationrunner.cpp https://invent.kde.org/plasma/plasma-workspace/commit/6218088312d3e8d18c766ca9735c8f6f43fad6ed