0

http://www.ozymo.com

"...After some research, I found IceCat.

IceCat is “the GNU version of the Firefox browser.” Basically, the GNU guys took Mozilla’s code, and compiled it without using the “proprietary” parts, meaning the Logo and the name, among other things..."

Full story »
can.axis's picture
Created by can.axis 14 years 3 weeks ago – Made popular 14 years 3 weeks ago
Category: End User   Tags:
schestowitz's picture

schestowitz

14 years 3 weeks 1 day 14 hours ago

0

Missing instructions

For those who went through the process (I just did, but there's no documentation):

wget http://gnuzilla.gnu.org/download/icecat-2.0.0.13-g1-i386.tar.bz

Now run run-icecat.sh to create a profile

exit icecat

cp -r ~/.mozilla/firefox/* ~/.gnuzilla/icecat/

done! Nice one.

can.axis's picture

can.axis

14 years 3 weeks 1 day 12 hours ago

0

Another howto

debian:/# cd /tmp
debian:/# wget http://gnuzilla.gnu.org/download/icecat-2.0.0.13-g1-i386.tar.bz2

debian:/# cd /opt
tar -jxvf /tmp/icecat*bz2

do NOT do this :)
debian:/# cd /opt/icecat*
debian:/# rm -R plugins
debian:/# ln -s /usr/lib/iceweasel/plugins /opt/firefox

debian:/# ln -sf /opt/icecat*/icecat /usr/bin/icecat
debian:/# ln -sf /opt/icecat*/icecat /usr/bin/gnuzilla-icecat
debian:/# ln -sf /opt/icecat*/icecat /usr/bin/gnuzilla

Now, to create your profile:
debian:/# icecat --profileManager

exit icecat
wget http://www.gnu.org/software/gnuzilla/icecat.png

then:

cp /your/home/path/images/icecat/icecat.png /usr/share/pixmaps/
chown you:root -R /usr/share/pixmaps/icecat*

For Gnome users:
system > preferences > Main menu

Menus:Internet >> New item =>
Types: Application
Names: IceCat
Commands: icecat %u
Comment: GNUzilla Web Browser, the best ;-)
Icons > /usr/share/pixmaps/icecat.png

done ;-)

Best karma users