Can someone help me? I'm trying to learn the bare basics of plasmoid development. I'm trying to follow the tutorial on the KDE TechBase (https://techbase.kde.org/Development...GettingStarted), but I can't get it to work.
I continually get errors that the org.kde.plasma includes cannot be found:
Last night, I spent several hours compiling and (I thought) installing the latest Plasma libraries from the KDE git source. Like I said, it took a while. But it didn't make a difference. The libraries still can't be found. I can't even run the examples that come with the Plasma source.
This is a recent install of Kubuntu 17.10. Of course, I'm running the Plasma 5.11.95 (5.12 beta) desktop. Everything works fine so far.
I suspect I'm missing an environment variable or a $PATH entry, but I don't know what values I need. My $PATH is set to
Can someone help?
Thanks!
I continually get errors that the org.kde.plasma includes cannot be found:
Code:
file:///home/bundito/projects/hellomoid/plasmoid/contents/ui/main.qml:2 module "org.kde.plasma.components" is not installed
This is a recent install of Kubuntu 17.10. Of course, I'm running the Plasma 5.11.95 (5.12 beta) desktop. Everything works fine so far.
I suspect I'm missing an environment variable or a $PATH entry, but I don't know what values I need. My $PATH is set to
Code:
$ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Thanks!
Comment