You are not logged in.
Pages: 1
Hi,
I have installed Democracy Player Version: 0.8.5
from AUR
but when I run
democracyplayer
I have error:
Traceback (most recent call last):
File "/usr/bin/democracyplayer", line 80, in ?
startapp()
File "/usr/bin/democracyplayer", line 37, in startapp
import singleclick
File "/usr/lib/python2.4/site-packages/democracy/singleclick.py", line 17, in ?
import app
File "/usr/lib/python2.4/site-packages/democracy/app.py", line 434, in ?
import frontend
File "/usr/lib/python2.4/site-packages/democracy/frontend.py", line 42, in ?
import MozillaBrowser
ImportError: libgtkembedmoz.so: cannot open shared object file: No such file or directory
but I don know where find this library
can you help me ?
Offline
That (libgtkembedmoz.so) should be in the mozilla-firefox directory? Close firefox and try?
Offline
I found library in
/opt/mozilla/lib/firefox-1.5.0.6/
I add /opt/mozilla/lib in /etc/ld.so.conf
and run ldconfig
but error it the same
there I wrong ?
Offline
I re-try
adding
/opt/mozilla/lib/firefox-1.5.0.6/
to ld.so.conf
in this way it run OK
thankyou
Offline
Pages: 1