https://bugs.kde.org/show_bug.cgi?id=469666
Bug ID: 469666 Summary: kinfo attempts to invoke kcmshell6 on Plasma 5 Classification: Applications Product: kinfocenter Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: plasma-b...@kde.org Reporter: twilightinz...@gmail.com CC: sit...@kde.org Target Milestone: --- 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 <sit...@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. -- You are receiving this mail because: You are watching all bug changes.