Frequently Asked Questions (FAQ)

I have a segment fault when click on wikipedia or lyrics tab ?

Some distribution have gtkmozembed broken. You need to check if listen has the correct path to firefox(or mozilla) in file /path/to/bin/listen (usualy /usr/bin/listen),

You need to have this:

MOZILLA_FIVE_HOME=/path/to/firefox_folder LD_LIBRARY_PATH=/path/to/firefox_folder /path/to/listen.py "$@"

For example i have:

MOZILLA_FIVE_HOME=/usr/lib/firefox LD_LIBRARY_PATH=/usr/lib/firefox /usr/lib/listen/listen.py "$@"

Fast-forward / rewind not woking with listen 0.5 on ubuntu 8.04:

Take a look to this tickets #796

Mehdi ABAAKOUK