bug-gnuzilla
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU IceCat 2.0.0.10-g1 and use with the alternate profile option


From: inconnu
Subject: Re: GNU IceCat 2.0.0.10-g1 and use with the alternate profile option
Date: Tue, 04 Dec 2007 21:55:20 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-DK; rv:1.8.1.11) Gecko/20071130 Incognilla/1.1.7 (incognu)

I'm puzzled that the icecat script resulting from your compile still shows "run-mozilla.sh" instead of "run-icecat.sh" since I compiled from 2.0.0.11-g1 source, applying a modification of my earlier hack script, and got a fully functioning icecat script, pointing to run-icecat.sh. Did you do the replacement for "run-mozilla.sh" in the source code before compiling your latest test build:
for i in `grep -irl run-icecat.sh ./*`; do
sed -i 's/run-icecat.sh/run-icecat.sh/g' $i;done



On 2007-12-04 00:44, address@hidden wrote:
On 12/3/07, Giuseppe Scrivano <address@hidden> wrote:
In the 2.0.0.11-g1 packages I uploaded the `icecat' script you sent me
some days ago is included.  I don't think there is still need of it
after the patch to the C++ code or am I missing some advantages of
having it?


I did a confirmation test compile with the latest 2.0.0.11-g1 code and the
resulting icecat script does need the changes to the icecat script after
compiling but it can be used unmodified if we create a symbolic link
with "ln -s run-icecat.sh run-mozilla.sh" instead.  This would
eliminate the need to
modify the icecat script directly.  This minor point could be added to the
README.ICECAT file build or install notes.


--
http://gnuzilla.gnu.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]