Lynch, Rusty wrote: > You are looking at the plug-ins installed by the marquee-plugins > package. > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ian > Sent: Tuesday, July 24, 2007 10:51 AM > To: [email protected] > Subject: Desktop plug-in location in UME > > Ola, > I am trying to work out the best way to write plug-ins for UME and I > have written a python plugin for Hildon Desktop which works ok in > pyphantom, the IDE. > On maemo (scratchbox) I would put the python plug-in code inside: > /usr/lib/hildon-desktop/ > and put the the desktop file in: > /usr/share/applications/hildon-home/ > > and this will then work. > > I am working inside the Moblin image so I looked in: > targets/target/fs/usr/lib/hildon-desktop/ > to place the file. > I found some other plug-ins this folder, for example libclockplugin.a > libclockplugin.la libclockplugin.so I do not know what these > extensions are (apart from the .so) and Ubuntu says they are KDE ark > packages but even with this tool i cannot view them Anyone some idea > how I can look at them? This is the correct place to put a plug-in?
The same folders apply for plugins in Moblin. The libraries you see are in the marquee-plugins package. Source available at: $ git clone http://www.moblin.org/repos/projects/marquee-plugins.git I'm not sure about python support for plugins in Ubuntu mobile yet. (It may be there, I'm just not sure of the status). Bob > > > []'s > Ian > > > -- > http://ianlawrence.info > > > > -- > Ubuntu-mobile mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile -- Ubuntu-mobile mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
