sL1pKn07 escribió:instalado ayer. de momento fallan los plasmoids en base a python y el smooth-task ha dejado de compilar (por ende, no funciona)
edit
A mi me pasa lo mismo (Smooth task me funciona) pero si intento ejecutar por ejemplo del de gmail me tira esto
~/.kde/share/apps/plasma/plasmoids/gmail-plasmoid$ plasmoidviewer .
plasmoidviewer(15772)/kdecore (services) KServiceFactory::findServiceByDesktopPath: "" not found
plasmoidviewer(15772)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
plasmoidviewer(15772)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
Traceback (most recent call last):
File "/usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py", line 59, in init
self.module = __import__(self.pluginName+'.'+relpath)
File "/usr/share/kde4/apps/plasma_scriptengine_python/plasma_importer.py", line 107, in load_module
exec code in mod.__dict__
File "/home//.kde/share/apps/plasma/plasmoids/gmail-plasmoid/contents/code/main.py", line 24, in <module>
from PyKDE4 import plasmascript
ImportError: cannot import name plasmascript
y veromix
~/.kde/share/apps/plasma/plasmoids/veromix-plasmoid$ plasmoidviewer .
plasmoidviewer(15998)/kdecore (services) KServiceFactory::findServiceByDesktopPath: "" not found
plasmoidviewer(15998)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
plasmoidviewer(15998)/libplasma Plasma::FrameSvg::resizeFrame: Invalid size QSizeF(0, 0)
Traceback (most recent call last):
File "/usr/share/kde4/apps/plasma_scriptengine_python/pyappletscript.py", line 59, in init
self.module = __import__(self.pluginName+'.'+relpath)
File "/usr/share/kde4/apps/plasma_scriptengine_python/plasma_importer.py", line 107, in load_module
exec code in mod.__dict__
File "/home//.kde/share/apps/plasma/plasmoids/veromix-plasmoid/contents/code/main.py", line 46, in <module>
from PyKDE4 import plasmascript
ImportError: cannot import name plasmascript
SOLUCIONADO
Era un bug de debian actualizando los paquetes de plasma-scriptengine-python y python-kde4 a la version de sid se ha solucionado