Re: Problem with installing plasmoid written by python

2011-10-21 Thread jialrs_dev
I am sorry to reply so late , i just have tried change servicetype as X-KDE-ServiceTypes=Plasma/Applet,Plasma/PopupApple but when i run it just to get the fellowing error: Could not find a suitable installer for package of type Plasma/Applet,Plasma/PopupApple then i tried ServiceTyp

Problem with installing plasmoid written by python .

2011-10-01 Thread jialrs_dev
Hi everyone , I just have an problem with installing plasmoid writen by python. I test it through plasmoidview and install through plasmapkg, and until now all is successful. But when adding it to the panel ,I can't find it in the widget list even after restart kde . and I have checked my home di

Ask for help about PopupApplet in PyKDE4

2011-09-24 Thread jialrs_dev
Hi everyone, I want to write a popup plasma as system-monitor in python, but it seems that I can't do it easily, at first I use like this: class TimeRemain(plasmascript.Plasma.PopupApplet): def __init__(self,parent,args=[]): plasmascript.Plasma.PopupApplet.__init__(self,parent,args)