FAQ
November 16th, 2009
You want force to use mozilla backend for display wikipedia and lyrics when webkit is avillable?
Launch listen like this:
LISTEN_BROWSER=mozilla listen
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 "$@"