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
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
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)