Hi<br>I'm new in the list and new in maemo programming. Nowadays i'm writing python code related with widgets (hildon desktop plugins) and e-learning cms. <br><br>But I have a problem. Following the example code that i found here:
<br><a href="https://stage.maemo.org/svn/maemo/projects/haf/branches/maemo-af-desktop/example-plugins/" target="_blank">
https://stage.maemo.org/svn/maemo/projects/haf/branches/maemo-af-desktop/example-plugins/</a><br>I get this error when I try to load the hildon desktop plugin:<br><br>hildon-desktop[12352]: GLIB WARNING ** default - Unknown Plugin Loader type: python
<br>hildon-desktop[12352]: GLIB CRITICAL ** default - hd_plugin_loader_set_key_file: assertion `loader' failed<br>hildon-desktop[12352]: GLIB WARNING ** default - Error loading plugin loader<br><br>My desktop desktop file look like this:
<br>[Desktop Entry]<br>Name=My Plugin<br>Type=python<br>X-Path=myplugin<br><br><br>And i think that, inside my scratchbox, i've installed almost everthing with the word python on the name. <br>So żDoes anyone know where can be the problem?
I've been looking for docs but there isn't so much out there. <br><br>Thanks a lot. <br>