> -- Messaggio inoltrato --
> From: Richard Dale
> To: plasma-devel@kde.org
> Date: Fri, 12 Feb 2010 23:59:06 +
> Subject: Re: Subject: Re: [PATCH] Support for arbitrary main script names
> in Python plasmoids
> On Fri, Feb 12, 2010 at 10:17 AM, Richard
010 18:37:55 +
>>> Subject: Re: [PATCH] Support for arbitrary main script names in Python
>>> plasmoids
>>> On Thu, Feb 11, 2010 at 6:02 PM, Luca Beltrame
>>> wrote:
>>> > Hello,
>>> >
>>> > currently if you use Python plasm
On Thu, Feb 11, 2010 at 11:34 PM, Diego Casella ([Po]lentino)
wrote:
>> -- Messaggio inoltrato --
>> From: Richard Dale
>> To: plasma-de...@kde.org
>> Date: Thu, 11 Feb 2010 18:37:55 +0000
>> Subject: Re: [PATCH] Support for arbitrary main scrip
>
> -- Messaggio inoltrato --
> From: Luca Beltrame
> To: plasma-devel@kde.org
> Date: Thu, 11 Feb 2010 19:32:13 +0100
> Subject: Re: [PATCH] Support for arbitrary main script names in Python
> plasmoids
> In data giovedì 11 febbraio 2010 19:16:53, A
>
> -- Messaggio inoltrato --
> From: Richard Dale
> To: plasma-devel@kde.org
> Date: Thu, 11 Feb 2010 18:37:55 +0000
> Subject: Re: [PATCH] Support for arbitrary main script names in Python
> plasmoids
> On Thu, Feb 11, 2010 at 6:02 PM, Luca Belt
In data giovedì 11 febbraio 2010 19:37:55, Richard Dale ha scritto:
> __dict__, but simply derives the main class name from the main script
> name. So I wasn't sure is you should specifiy a main *class* name in
This is what is done with my change, at the moment (I used __dict__ because I
thought
On Thu, Feb 11, 2010 at 6:02 PM, Luca Beltrame wrote:
> Hello,
>
> currently if you use Python plasmoids the main script *must* be named
> "main.py" because it is hardcoded into pyappletscripts.py. When using a
> different mainscript in the .desktop file (like Plasmate does) this will
> ensure the
In data giovedì 11 febbraio 2010 19:16:53, Aaron J. Seigo ha scritto:
> i can't comment on the use of __dict__ (my python-fu is non-existent :) but
> using mainScript() is obviously correct from a libplasma API usage
> perspective and if this fixes things then yes it should be backported.
Just te
On February 11, 2010, Luca Beltrame wrote:
> Hello,
>
> currently if you use Python plasmoids the main script *must* be named
> "main.py" because it is hardcoded into pyappletscripts.py. When using a
> different mainscript in the .desktop file (like Plasmate does) this will
> ensure the plasmoid w