Get the Source Code and try it out on UME

Download and extract the source package from the project's page. The code changes are made in the gpodder-0.8.0/src/gpodder/gpodder.py file.

On the target filesystem change the UI so that it displays the gpodder image and move the expanded gpodder folder to the target filesystem (I renamed it to gpodder-orig) like this:

user@machine:~/Dev/Ume/ports$ sudo cp -R gpodder-orig /home/ian/Dev/Ume/olpcimage/targets/metahacker/fs/home/ 

Maybe gpodder will be ok without too many changes so lets install it by:

user@machine:/home/gpodder-orig# python setup.py install

In the target filesystem terminal:

export DISPLAY=:0
(to save typing this every time you open a target filesystem shell from moblin you can add this line to .bashrc)
 /etc/init.d/dbus start
xinit /etc/X11/xinit/xinitrc -- /usr/bin/Xephyr :2 -host-cursor -screen 1024x600x32 -dpi 96 -ac

executing gpodderin the terminal gave an error of

from xml.sax.saxutils import DefaultHandlerso in the terminal apt-get install python-xmlAfter this executes it executes OK in the terminal so lets test it by clicking the gpodder image and see what happens

this presents the gpodder UI

It seems ok but it is not 'Hildonized' yet