Installation Instructions for the new Iceweasel and Icedove

AmigaOne X1000 platform specific issues related to Linux only.
Post Reply
User avatar
xeno74
Posts: 9385
Joined: Fri Mar 23, 2012 7:58 am

Installation Instructions for the new Iceweasel and Icedove

Post by xeno74 »

Hi,

There are new versions of Iceweasel and Icedove for Debian 7.2 and Debian Sid. Here are the installation instructions for the new Mozilla software products.

Debian 7.2/Sid:

Put the following line in /etc/apt/sources.list:

Code: Select all

deb http://ftp.us.debian.org/debian experimental main
Then execute the following commands:

Code: Select all

apt-get update

Code: Select all

apt-get install -t experimental iceweasel

Code: Select all

apt-get install -t experimental icedove
Have a lot of fun with the new Iceweasel and Icedove.

All the best,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9385
Joined: Fri Mar 23, 2012 7:58 am

Re: Installation Instructions for the new Iceweasel and Iced

Post by xeno74 »

Screenshot of Iceweasel 25.0 and Icedove 24.0 on Debian Sid:
Iceweasel25-and-Icedove24-AmigaOneX1000.jpg
(303.9 KiB) Downloaded 286 times
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
trevordick
A-Eon Technology
A-Eon Technology
Posts: 1385
Joined: Mon Dec 20, 2010 1:28 pm

Re: Installation Instructions for the new Iceweasel and Iced

Post by trevordick »

Thanks Christian, excellent work as usual. :-)

Trevor
I'm just Breezin'
User avatar
xeno74
Posts: 9385
Joined: Fri Mar 23, 2012 7:58 am

Re: Installation Instructions for the new Iceweasel and Iced

Post by xeno74 »

If the pictures have wrong colors, then modify the configuration with about:config. Find the worth image.high_quality_downscaling.enabled and set it to false.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9385
Joined: Fri Mar 23, 2012 7:58 am

Re: Installation Instructions for the new Iceweasel and Iced

Post by xeno74 »

If Iceweasel (Firefox) and Icedove (Thunderbird) have another Font in the menus and dialogue boxes than the desktop environment, then you have to create the file .fonts.conf in the home directory.

Code: Select all

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
  <edit mode="assign" name="rgba" >
   <const>rgb</const>
  </edit>
</match>
<match target="font" >
  <edit mode="assign" name="hinting" >
   <bool>true</bool>
  </edit>
</match>
<match target="font" >
  <edit mode="assign" name="hintstyle" >
   <const>hintfull</const>
  </edit>
</match>
<match target="font" >
  <edit mode="assign" name="antialias" >
   <bool>true</bool>
  </edit>
</match>
</fontconfig>
If this file exist, then the Firefox use the font configuration from the desktop environment.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply