View Single Post
adammelancon's Avatar
Posts: 136 | Thanked: 14 times | Joined on Jul 2007 @ Lafayette, LA
#114
Ok, I finally got gpodder working.
I had to follow these instuctions at the command line to get glade working:
apt-get remove python2.5-runtime && apt-get install python2.5-runtime && apt-get install python2.5-gtk2
I found the command above here (Thanks Khertan):
http://www.internettablettalk.com/fo...22&postcount=6

Then for some reason it wouldn't launch with the gpodder_loader wrapper script that it was using for the menu icon, so I edited
/usr/share/applications/hildon/gpodder.desktop
and changed "Exec=/usr/bin/gpodder_loader" to "Exec=/usr/bin/gpodder" and it works now!

All gpodder_loader did was preload something called /usr/bin/connectivity_preload.sh but that file isn't there now, so I guess it doesn't need it to start.

EDIT: I did find out more about that connectivity_preload.sh on this page under "Automatic Connection" http://maemo.org/development/documen...rial_bora.html

Last edited by adammelancon; 2007-11-20 at 17:09.