Comment 3 for bug 159186

Revision history for this message
vijay krishna ramesh (vijay-ramesh06) wrote :

This still hasn't been fixed. I'm running Ubuntu Dapper (the latest LTS version) and in addition to not being able to build a .deb (as the dependencies from the source require python-dbus & Dapper has python2.4-dbus; got around this by doing make install instead of dpkg-buildpackage) as well as having to install a newer version of mutagen from source (from http://www.sacredchao.net/~piman/software/mutagen-1.8.tar.gz), I ended up having to hack /usr/local/lib/exaile/xl/gui/main.py to comment out those two lines (page-added and page-removed). The first two complaints are more of a problem with Dapper than Exaile, per se, but would definitely stop most "normal" users of the latest Ubuntu LTS version from using Exaile. The latter problem, however, could easily be fixed with a check for GTK+>=2.10. With my hacked version, I notice no problems except some warning mesages (ie, AttributeError: 'gtk.Notebook' object has no attribute 'set_tab_reorderable'). Is anybody planning on implementing this? Or should I? Not sure of the process for doing development as I've never contributed to any big pre-existing GPL project...