New Iron-Version: 17.0.1000.0 Stable for Linux

Iron Forum for english speaking people

User avatar
SRWare
Site Admin
Posts: 3247
Joined: Sat Jan 19, 2008 4:16 am

New Iron-Version: 17.0.1000.0 Stable for Linux

Post by SRWare »

We released the new Iron for Linux 17 today, which contains all features and updates known from Chromim 17. The current version is 17.0.1000.0.

Main improvements:
- improved Speed
- improved Safebrowsing
- security fixes

RPM-Packages (BETA!) are also available now!

Downloads:
http://www.srware.net/downloads/iron-linux.tar.gz (32-Bit)
http://www.srware.net/downloads/iron-linux-64.tar.gz (64-Bit)


Downloads for Debian-based distributions (Debian, Ubuntu, Mint etc.):
http://www.srware.net/downloads/iron.deb (32-Bit)
http://www.srware.net/downloads/iron64.deb (64-Bit)

Downloads for Redhat-based Distributionen [BETA!] (Fedora, RHEL etc.):
http://www.srware.net/downloads/iron.rpm (32-Bit)
http://www.srware.net/downloads/iron64.rpm (64-Bit)
Iron-Updates via Twitter: http://twitter.com/srware

Donations via Paypal and Bitcoin:
http://iron-start.com/spenden.php
CWD
Posts: 3
Joined: Sat Feb 18, 2012 10:08 am

Re: New Iron-Version: 17.0.1000.0 Stable for Linux

Post by CWD »

Yeah! Finally this version works properly on my Mint 10 LXDE. Good job ;)
playdayz
Posts: 1
Joined: Sun Feb 26, 2012 3:09 pm

Re: New Iron-Version: 17.0.1000.0 Stable for Linux

Post by playdayz »

Iron 17 for Linux is not working correctly on weather.com in Puppy Linux. Instead of the normal page it is redirected to xhtml.weather.com--a much simpler page. Thanks.
CWD
Posts: 3
Joined: Sat Feb 18, 2012 10:08 am

Re: New Iron-Version: 17.0.1000.0 Stable for Linux

Post by CWD »

playdayz wrote:Iron 17 for Linux is not working correctly on weather.com in Puppy Linux. Instead of the normal page it is redirected to xhtml.weather.com--a much simpler page. Thanks.
I can confirm that issue on my system :!:
sheeeng
Posts: 1
Joined: Tue Feb 28, 2012 11:00 am

Re: New Iron-Version: 17.0.1000.0 Stable for Linux

Post by sheeeng »

SRWare wrote: Downloads for Debian-based distributions (Debian, Ubuntu, Mint etc.):
http://www.srware.net/downloads/iron.deb (32-Bit)
Thanks for the nice release!

Chromium was installed on the machine before I install Iron. I've installed it on 32-bit Ubuntu 11.10 platform.

It launches Chromium, not Iron, whenever I executes iron or click on the shortcut to start Iron.

Code: Select all

~$ /usr/share/iron/iron 
LaunchProcess: failed to execvp:
/usr/share/iron/nacl_helper_bootstrap
[26767:26767:1107893232165:ERROR:nacl_fork_delegate_linux.cc(104)] Bad NaCl helper startup ack (0 bytes)
Created new window in existing browser session.
~$ 
vserghi
Posts: 3
Joined: Wed Feb 29, 2012 9:14 pm

Re: New Iron-Version: 17.0.1000.0 Stable for Linux

Post by vserghi »

I have openSuse 12.1 64-bit installed an I am having problems with this rpm build.

It states that "libbz2.so.1.0()(64bit)" is missing.

Any help?

Vas
vserghi
Posts: 3
Joined: Wed Feb 29, 2012 9:14 pm

Re: New Iron-Version: 17.0.1000.0 Stable for Linux

Post by vserghi »

I have openSuse 12.1 64-bit installed and if I try to use the rpm build it states that the following dependency is missing

libbz2.so.1.0()(64bit)

Any help?

Vas.
vserghi
Posts: 3
Joined: Wed Feb 29, 2012 9:14 pm

Re: New Iron-Version: 17.0.1000.0 Stable for Linux

Post by vserghi »

After a bit of searching I found an answer.

I needed to do this command under root

Code: Select all

ln -s /lib64/libbz2.so.1 /lib64/libbz2.so.1.0
Is this something that can be done in the rpm file?

Vas
Isaac
Posts: 2
Joined: Thu Mar 01, 2012 7:02 pm

Re: New Iron-Version: 17.0.1000.0 Stable for Linux

Post by Isaac »

If there's a problem there's a solution, after you do that
vserghi wrote:After a bit of searching I found an answer.

I needed to do this command under root

Code: Select all

ln -s /lib64/libbz2.so.1 /lib64/libbz2.so.1.0
Is this something that can be done in the rpm file?

Vas
you can install it with rpm using this options:

Code: Select all

su -c 'rpm -Uvh --nodeps iron.rpm'
or

Code: Select all

sudo rpm -Uvh --nodeps iron.rpm
Isaac
Posts: 2
Joined: Thu Mar 01, 2012 7:02 pm

Re: New Iron-Version: 17.0.1000.0 Stable for Linux

Post by Isaac »

And by the way thanks a lot for the rpm packages I've be waiting a long time :D
Locked