You are not logged in.
hi, currently i've been upgrading constantly my system and when tried to launch the listem music player
i got the error that libgtkembedmoz.so couldn't be loaded .. Never before i had this problem .. even thought i am a little drunk
i understant that obviously it is that the library isnt in the path ... so i appended "/usr/lib/xulrunner" to
/etc/ld.so.conf file and ldconfig and i am ok.. but this is weird never had this problem before.
Are u listening?
Offline
listen needs to be rebuilt against the latest xulrunner. Email the maintainer or submit a bug report (in section for community pkg).
Offline
listen updated.
im doing a echo "/usr/lib/xulrunner" >> etc/ld.so.conf in the .install file (removing is ok too). Would be a better way to do this?
Offline
listen updated.
im doing a echo "/usr/lib/xulrunner" >> etc/ld.so.conf in the .install file (removing is ok too). Would be a better way to do this?
It is. The listen script (/usr/bin/listen) should be
#!/bin/sh
LD_LIBRARY_PATH=/usr/lib/firefox python -OO /usr/lib/listen/listen.py "$@"Are u listening?
Offline
Is listen working now?
Offline
After the last upgrade, to 0.5-6, i got the error: "UnboundLocalError: local variable 'active' referenced before assignment"
PS: Problem solved after remove .listen dir from the user folder.
Last edited by melofabiano (2008-02-14 18:15:55)
Offline
listen updated.
im doing a echo "/usr/lib/xulrunner" >> etc/ld.so.conf in the .install file (removing is ok too). Would be a better way to do this?
If you don't mind the possibility that firefox and thunderbird can be fucked up because they try to link to xulrunner libraries...
Offline
I cant make listen see the new xulrunner without do this. Thats why im asking suggestions.
Offline