You are not logged in.

#1 2008-04-08 18:41:06

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

FYI. If you use Zattoo. Not compatible with new version of xulrunner.

Another poster on this forum lead my attention to an tv-viewing app called Zattoo. A really great piece of software because it lets me view my national channels online, which is not possible with mplayer anymore.

I enjoyed this piece of software a couple of days, but after an upgrade Zattoo couldn't find the Opengl renderer. So I went through Zattoo's deps and reverted each dep to the previous version one by one.

It seems that Zattoo is not compatible with Xulrunner version 1.8.1.13. So don't upgrade xulrunner if you like zattoo.

Offline

#2 2008-04-08 18:43:57

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: FYI. If you use Zattoo. Not compatible with new version of xulrunner.

The zattoo PKGBUILD links to some of the xulrunner libs so changing this links in the PKGBUILD and makepkg it again should fix the problem. Haven't used zattoo in a while because I'm in the states atm.


Haven't been here in a while. Still rocking Arch. smile

Offline

#3 2008-04-08 19:04:07

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: FYI. If you use Zattoo. Not compatible with new version of xulrunner.

Ahh... a much better solution.

I changed the following lines in the PKGBUILD from this:

  ln -s /usr/lib/xulrunner/libgtkembedmoz.so libgtkembedmoz.so.0d
  ln -s /usr/lib/xulrunner/libxpcom.so libxpcom.so.0d
  ln -s /usr/lib/xulrunner/libmozjs.so libmozjs.so.0d
  ln -s /usr/lib/xulrunner/libxul.so libxul.so.0d

To this:

  ln -s /usr/lib/xulrunner-1.8.1.13/libgtkembedmoz.so libgtkembedmoz.so.0d
  ln -s /usr/lib/xulrunner-1.8.1.13/libxpcom.so libxpcom.so.0d
  ln -s /usr/lib/xulrunner-1.8.1.13/libmozjs.so libmozjs.so.0d
  ln -s /usr/lib/xulrunner-1.8.1.13/libxul.so libxul.so.0d

Thanks Sigi O fellow dwm'er.

Offline

#4 2008-04-08 21:41:38

Sigi
Member
From: Thurgau, Switzerland
Registered: 2005-09-22
Posts: 1,131

Re: FYI. If you use Zattoo. Not compatible with new version of xulrunner.

You're welcome!


Haven't been here in a while. Still rocking Arch. smile

Offline

Board footer

Powered by FluxBB