Page 1 of 4

New Iron-Version: 29.0.1600.1 Stable for Linux

Posted: Wed Sep 18, 2013 2:17 pm
by SRWare
We released the new Iron for Linux 29 today, which contains all features and updates known from Chromium 29. The current version is 29.1600.1.

Main improvements:
- improved speed + stability
- TLS 1.2 Support
- Security-/Bugfixes


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)

Re: New Iron-Version: 29.0.1600.1 Stable for Linux

Posted: Wed Sep 18, 2013 4:26 pm
by DigitalMan
Unfortunately, iron64.deb isn't working on my Ubuntu 12.04 64bit system.

I install it and nothing happens. I had to uninstall it, and then reinstalled an older version.

Re: New Iron-Version: 29.0.1600.1 Stable for Linux

Posted: Wed Sep 18, 2013 5:17 pm
by gigor_
iron does not start
linux mint debian edition 32 bit

Re: New Iron-Version: 29.0.1600.1 Stable for Linux

Posted: Wed Sep 18, 2013 6:02 pm
by Azrael5
linux mint cinnamon doesn't work or installation fail, or some dependencies missed. but chromium works....

Re: New Iron-Version: 29.0.1600.1 Stable for Linux

Posted: Wed Sep 18, 2013 6:11 pm
by Azrael5
EDIT previous message: 29 works on linux mint cinnamon 15 but I cannot set it as default.

Re: New Iron-Version: 29.0.1600.1 Stable for Linux

Posted: Thu Sep 19, 2013 2:09 am
by nautico
Slackware 14 (32 bits)
iron: error while loading shared libraries: libudev.so.1: cannot open
shared object file: No such file or directory
From Konsole/Terminal (root)

Code: Select all

su -
update the slocate database: (it may last several minutes)

Code: Select all

updatedb
find files by name (In this case: libudev)

Code: Select all

locate libudev
make links between files

Code: Select all

ln -sf [SOURCE] [DEST]
Note:
In my case [source] (/lib/libudev.so.0.13.1)
ln -sf /lib/libudev.so.0.13.1 /lib/libudev.so.1

-s
make symbolic links instead of hard links
-f
remove existing destination files
logout as root :idea:

Code: Select all

exit

Re: New Iron-Version: 29.0.1600.1 Stable for Linux

Posted: Thu Sep 19, 2013 7:38 am
by alter_ego
Carramba!
The new 29-version of browser doesn't start/run in my Ubuntu 12.04 64-bit.
I've tried all possible ways of upgrading including full remove and reinstall.....
But alas!!!
Have to return back to the previous 28-version...
"Is there anything wrong again in a Dutch Kingdom?"
Do something with this version please: the Future is already coming up but its Browser isn't ready yet...
With respect to all of you and to all of your efforts.

Re: New Iron-Version: 29.0.1600.1 Stable for Linux

Posted: Thu Sep 19, 2013 10:58 am
by acer5513
DigitalMan wrote:Unfortunately, iron64.deb isn't working on my Ubuntu 12.04 64bit system.

I install it and nothing happens. I had to uninstall it, and then reinstalled an older version.
On ubuntu 12.04 (64bit) enter in terminal:
sudo ln -s /lib/x86_64-linux-gnu/libudev.so.0.13.0 /lib/x86_64-linux-gnu/libudev.so.1
and iron start normaly.

Re: New Iron-Version: 29.0.1600.1 Stable for Linux

Posted: Thu Sep 19, 2013 12:55 pm
by DigitalMan
acer5513 wrote:On ubuntu 12.04 (64bit) enter in terminal:
sudo ln -s /lib/x86_64-linux-gnu/libudev.so.0.13.0 /lib/x86_64-linux-gnu/libudev.so.1
and iron start normaly.
That worked! Wonderful, many thanks!

Re: New Iron-Version: 29.0.1600.1 Stable for Linux

Posted: Thu Sep 19, 2013 5:15 pm
by beadmaze
for 32Bit

Code: Select all

sudo ln -s /lib/i386-linux-gnu/libudev.so.0.13.0 /lib/i386-linux-gnu/libudev.so.1
brings iron to life...

[on Linux Mint 12.04 Mate]