Hello.

Fixing this is really simple. In Debian the xulrunner package must be
used and not the firefox package.

Regards,
Dirk

--- /usr/bin/conduit~   2009-11-04 11:03:17.227122889 +0100
+++ /usr/bin/conduit    2009-11-04 11:00:17.671123073 +0100
@@ -8,7 +8,7 @@
 # Run mozilla takes care of settin up the appropriate environment variables
 # to run a program using mozilla libs
 
-for d in `ls -d /usr/lib*/firefox* /usr/lib*/mozilla-firefox* 2> /dev/null | 
sort -r`
+for d in `ls -d /usr/lib*/firefox* /usr/lib*/mozilla-firefox* 
/usr/lib*/xulrunner* 2> /dev/null | sort -r`
 do
     if [ -x $d/run-mozilla.sh ]; then
         echo INFO: FOUND FIREFOX LIBS AT $d





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to