FS#5986 - Broken xulrunner support in liferea

Attached to Project: Arch Linux
Opened by Flavien Bridault (vlaaad) - Monday, 11 December 2006, 20:49 GMT
Last edited by Roman Kyrylych (Romashka) - Thursday, 14 December 2006, 13:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Xulrunner support in liferea doesn't seem to work properly despite it was compiled with it. If you force the backend to be xulrunner instead of gtkhtml in gconf-editor, you will see that it simply doesn't find libgtkmozembed.so. So executing liferea with adding "/opt/mozilla/lib/xulrunner-1.8.1/" to LD_LIBRARY_PATH solves the problem. But a better fix could be find imho.
Second comment in bug #5897 may be the same bug.
Closed by  Jan de Groot (JGC)
Saturday, 23 December 2006, 16:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed, together with an update to 1.2.0
Comment by Roman Kyrylych (Romashka) - Thursday, 14 December 2006, 12:53 GMT
pacman -Ql xulrunner | grep libgtkmozembed.so
shows nothing, But there is libgtkembedmoz.so file in xulrunner.

Anyway I think /etc/profile.d/xulrunner.sh which will add proper LD_LIBRARY_PATH should be added to xulrunner package.
Comment by Jan de Groot (JGC) - Thursday, 14 December 2006, 16:45 GMT
make LDFLAGS+="-R/opt/mozilla/lib/xulrunner" in the PKGBUILD should fix this.
Comment by Flavien Bridault (vlaaad) - Tuesday, 19 December 2006, 11:14 GMT
Indeed this fix make it works like a charm. :)

Loading...