It works!!
Thank to a comment in the bug I submitted, I've been taking a look and I've found that in trunk version, this problem has been fixed. In concrete, the support for runners and wallpapers has been added to the ones for applets and data engines.
To add it to your kde installation, just use cmake to install it automatically (after you fix the missing dependencies) or do it by hand:
KDE Bug #204342 fixed.
To be continued and finished...
Thank to a comment in the bug I submitted, I've been taking a look and I've found that in trunk version, this problem has been fixed. In concrete, the support for runners and wallpapers has been added to the ones for applets and data engines.
To add it to your kde installation, just use cmake to install it automatically (after you fix the missing dependencies) or do it by hand:
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebase/workspace/plasma/generic/scriptengines/python python-scriptengine cd python-scriptengine sudo cp plasma-scriptengine-runner-python.desktop /usr/share/kde4/services/ sudo cp pyrunner.py /usr/share/kde4/apps/plasma_scriptengine_python/ sudo cp plasmascript.py /usr/lib/pymodules/python2.6/PyKDE4/plasmascript.py sudo cp plasmascript.py /usr/share/pyshared/PyKDE4/plasmascript.py # And if you want to add the support for wallpapers sudo cp plasma-scriptengine-wallpaper-python.desktop /usr/share/kde4/services/ sudo cp pywallpaper.py /usr/share/kde4/apps/plasma_scriptengine_python/ kbuildsycoca4 kquitapp krunner krunner
KDE Bug #204342 fixed.
To be continued and finished...
Comments
Post a Comment