I'm forwarding the email to the mailing list for a couple of reasons,
explained below :)
2011/9/26
> Yes, I just change to
> X-KDE-ServiceTypes=Plasma/PopupApplet
> and it works well . so thank you very much .
>
This is great, you should've told this in the ml in the first place; in
this way,
isit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
> unsubscribe <<
>
>
>
> Today's Topics:
>
> 1. Ask for help about PopupApplet in PyKDE4 (jialrs_dev)
> 2. Re: Allow users to don
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)