Running locally with plasmawindowed

2014-11-08 Thread Philipp A.
Hi, i’m currently building a plasmoid using CMake: the directory structure is (simplified): org.kde.plasma.steam/ → contents/ui/main.qml → metadata.dektop plugin/ → qmldir → backend.cpp i build in a way to create the expected layout for QML imports: # build lib and copy qmldir to

Re: Running locally with plasmawindowed

2014-11-08 Thread Philipp A.
so i dug a little further, and found that KServiceTypeTrader http://api.kde.org/frameworks-api/frameworks5-apidocs/kservice/html/classKServiceTypeTrader.html is used, which in turn uses KSycoca. am i mistaken that this means plasmawindowed doesn’t search in the current directory? how to run