I have been making my first application, which is python and QML. I have it hosted here https://gitlab.com/Largos/jack-transport-for-plasma
I have made it in Kubuntu 20.04 and I went to test it on two other KDE Distros (Ubuntu Studio 21.10 and Manjaro) and I had the same issue. In the QML file I am using
In both tests, it prompted me to install it, I cannot find how to install it and I cannot remember if I ever even did. I copied the code out of the media player controls widget in the system tray that comes by default. That can be found in
If you go down to line 385, you see the code I based it on. (I had intended to make a a widget version of this initially).
Does anyone know where org.kde.plasma.components is installed from/with?
I have made it in Kubuntu 20.04 and I went to test it on two other KDE Distros (Ubuntu Studio 21.10 and Manjaro) and I had the same issue. In the QML file I am using
Code:
import org.kde.plasma.components 3.0 as PlasmaComponents3
Code:
/usr/share/plasma/plasmoids/org.kde.plasma.mediacontroller/contents/ui/ExtendedRepresentation.qml
Does anyone know where org.kde.plasma.components is installed from/with?
Comment