I am trying to make an application following the Kirigami “Creating a Python package” tutorial. When I reach the part of the tutorial that has me run the following command:
pipx run --system-site-packages --spec . kirigami_hello
I get the following error message:
QQmlApplicationEngine failed to load component
file:///home/user/.cache/pipx/51065e28599072d/lib64/python3.13/site-packages/kirigami_python/qml/Main.qml: module “org.kde.desktop” is not installed
I am using KDE, and I am using a Fedora distrobox ( Package fedora-toolbox · GitHub ) and have installed all of the dependencies. What do I need to do to get the app running?