SUMMARY Attempting to invoke the new kinfo utility mentioned in Nate's blog simply fails instantly with the following error: `/usr/bin/kinfo: 6: exec: kcmshell6: not found` STEPS TO REPRODUCE 1. open a terminal 2. kinfo OBSERVED RESULT /usr/bin/kinfo: 6: exec: kcmshell6: not found EXPECTED RESULT an output of my system information SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.19.0-41 (available in About System) KDE Plasma Version: 5.27.5 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.9 ADDITIONAL INFORMATION Well, it's just an itty bitty shell script, and here's the entire thing: #!/bin/sh # SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL # SPDX-FileCopyrightText: 2023 Harald Sitter <sitter@kde.org> export QT_LOGGING_RULES="*=false" exec kcmshell6 kcm_about-distro --args dump --platform offscreen ...Gee, I wonder where the problem is. ;P If I change kcmshell6 to kcmshell5, it works.
:|
https://invent.kde.org/plasma/kde-cli-tools/-/commit/726690b34c1b75307fb8c830ba05dd00b98aa85a
Oh, nice! The fix is already in the pipe. Okay, thank you!