New Iron-Version: 17.0.1000.0 Stable for Linux
New Iron-Version: 17.0.1000.0 Stable for Linux
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)
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
Donations via Paypal and Bitcoin:
http://iron-start.com/spenden.php
Re: New Iron-Version: 17.0.1000.0 Stable for Linux
Yeah! Finally this version works properly on my Mint 10 LXDE. Good job 

Re: New Iron-Version: 17.0.1000.0 Stable for Linux
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.
Re: New Iron-Version: 17.0.1000.0 Stable for Linux
I can confirm that issue on my systemplaydayz 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.

Re: New Iron-Version: 17.0.1000.0 Stable for Linux
Thanks for the nice release!SRWare wrote: Downloads for Debian-based distributions (Debian, Ubuntu, Mint etc.):
http://www.srware.net/downloads/iron.deb (32-Bit)
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.
~$
Re: New Iron-Version: 17.0.1000.0 Stable for Linux
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
It states that "libbz2.so.1.0()(64bit)" is missing.
Any help?
Vas
Re: New Iron-Version: 17.0.1000.0 Stable for Linux
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.
libbz2.so.1.0()(64bit)
Any help?
Vas.
Re: New Iron-Version: 17.0.1000.0 Stable for Linux
After a bit of searching I found an answer.
I needed to do this command under root
Is this something that can be done in the rpm file?
Vas
I needed to do this command under root
Code: Select all
ln -s /lib64/libbz2.so.1 /lib64/libbz2.so.1.0
Vas
Re: New Iron-Version: 17.0.1000.0 Stable for Linux
If there's a problem there's a solution, after you do that
or
you can install it with rpm using this options:vserghi wrote:After a bit of searching I found an answer.
I needed to do this command under root
Is this something that can be done in the rpm file?Code: Select all
ln -s /lib64/libbz2.so.1 /lib64/libbz2.so.1.0
Vas
Code: Select all
su -c 'rpm -Uvh --nodeps iron.rpm'
Code: Select all
sudo rpm -Uvh --nodeps iron.rpm
Re: New Iron-Version: 17.0.1000.0 Stable for Linux
And by the way thanks a lot for the rpm packages I've be waiting a long time 
