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
Nokia-N800-:~# apt-get remove python2.5-runtime && apt-get install python2.5-runtime && apt-get install python2.5-gtk2 Reading package lists... Done Building dependency tree... Done You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: libsdl-net1.2: Depends: libsdl1.2debian (>= 1.2.10-1) but it is not installable osso-software-version: Depends: libsdl1.2 (= 1.2.8-23) but 1.2.8-18.1 is to be installed ukmp: Depends: python2.5-runtime but it is not going to be installed wirelesstools: Depends: libiw28 (>= 27+28pre13) but it is not installable xkbd: Depends: libxpm4 but it is not going to be installed or xlibs (> 4.1.0) but it is not installable E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). Nokia-N800-:~#