Fwd: Re: Ask for help about PopupApplet in PyKDE4

2011-09-29 Thread Diego Casella ([Po]lentino)
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,

Re: Ask for help about PopupApplet in PyKDE4

2011-09-25 Thread Diego Casella ([Po]lentino)
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

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)