I installed exaile and everything works fine exept when I choose the file info tab(lyrics, artwork, song information) it CRASHES!!!>:(>:(>:( what can I do???
If like me, you run 64 bit openSUSE, running the following script instead of /usr/bin/exaile should fix it.
Isn’t exaile great? Ever since I moved from KDE3 to Gnome (because of KDE4 immaturity and amarok 2 changes) I’ve wanted a replacement for amarok 1.4.
#!/bin/sh
#
# Workaround for https://bugs.launchpad.net/exaile/+bug/162430.
# Based upon /usr/bin/exaile in openSUSE 11.1.
#
if test -e /usr/lib64/firefox/ ; then
export MOZILLA_FIVE_HOME=/usr/lib64/firefox
fi
cd /usr/share/exaile
exec python /usr/lib64/exaile/exaile.py "$@"
#
# Done.
#