New Iron-Version: 38.0.2050.0 Stable for Linux

Iron Forum for english speaking people

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

New Iron-Version: 38.0.2050.0 Stable for Linux

Post by SRWare »

We released the new Iron for Linux 38 today, which contains all features and updates known from Chromium 38. The current version is 38.2050.0.

Main improvements:
- PDF-Viewer (print preview now works correct)
- DirectWrite API
- Bug-/Securityfixes

How to get Flash working:
http://ag8.alltagsgrauen.info/tying-the ... rware-iron

Attention:
At the moment we create no 32-Bit Versions due to the marginal usage. This may change later.

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
giuper63
Posts: 1
Joined: Mon Nov 17, 2014 12:30 am

Re: New Iron-Version: 38.0.2050.0 Stable for Linux

Post by giuper63 »

Hi,
I have installed Iron on Xubuntu 14.10 but I can't finish the installation because the following error:
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 210106 files and directories currently installed.)
Preparing to unpack .../giuseppe/Scaricati/iron64.deb ...
Unpacking iron64 (38.0.2050-0) ...
dpkg: error processing archive /home/giuseppe/Scaricati/iron64.deb (--install):
trying to overwrite '/usr/share/iron/resources/extension/demo/library.js', which is also in package iron 37.0.2000-0
dpkg-deb (subprocess): decompressing archive member: lzma write error: Broken pipe
dpkg-deb (subprocess): cannot copy archive member from '/home/giuseppe/Scaricati/iron64.deb' to decompressor pipe: unexpected end of file or stream
dpkg-deb: error: subprocess <decompress> returned error exit status 2
Errors were encountered while processing:
/home/giuseppe/Scaricati/iron64.deb

I have installed Iron64.deb from the Iron site.
I have also installed libudev0_175-0ubuntu13_amd64.deb because on Ubuntu and on Lubuntu it solve the problem.
I think the problem is en error decompressing something with lzma ("Broken pipe")!
I have found nothing with google.
Can you give me some suggestions?
Thank you
faucon50

Re: New Iron-Version: 38.0.2050.0 Stable for Linux

Post by faucon50 »

Hi,

Thank you for this new version which works pretty well, flash included. But by launching it I have thoes errors :

[5063:5063:1118/060516:ERROR:sandbox_linux.cc(305)] InitializeSandbox() called with multiple threads in process gpu-process
[5014:5014:1118/060517:ERROR:desktop_window_tree_host_x11.cc(1547)] Not implemented reached in void views::DesktopWindowTreeHostX11::MapWindow(ui::WindowShowState)

And some OpenGL V-sync problem, thoes are the related errors :

kernel: [22204.894030] SGI_video_sync[2802]: segfault at 39 ip 00007f25ebbfa060 sp 00007f25da195bf8 error 6 in iron[7f25ead25000+5c5c000]
kernel: [ 2187.490390] iron[5063]: segfault at 39 ip 00007fb687ca0060 sp 00007fff4a4f8e28 error 6 in iron[7fb686dcb000+5c5c000]
[5014:5057:1118/104915:ERROR:channel.cc(316)] RawChannel read error (connection broken)


On Xubuntu 14.04.1
AMD HD 7750
Catalyst 14.9

Any Idee why ?
drew010
Posts: 1
Joined: Thu Dec 04, 2014 8:54 pm

Re: New Iron-Version: 38.0.2050.0 Stable for Linux

Post by drew010 »

/usr/share/iron/iron: /lib/i386-linux-gnu/libudev.so.1: no version information available (required by /usr/share/iron/iron)
/usr/share/iron/iron: symbol lookup error: /usr/share/iron/iron: undefined symbol: g_type_class_adjust_private_offset
Running Mint 13 Maya (Ubuntu 12.04 LTS)

The solution:

Code: Select all

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.9
sudo apt-get install libffi-dev
sudo apt-get install gettext

cd /tmp/
wget http://ftp.gnome.org/pub/gnome/sources/glib/2.40/glib-2.40.2.tar.xz
tar xf glib-2.40.2.tar.xz 
cd glib-2.40.2/
./configure --prefix=/usr/share/iron
make
sudo make install
Now update your Iron shortcuts to (safest)

Code: Select all

LD_LIBRARY_PATH=/usr/share/iron/lib /usr/share/iron/iron
*or*

Edit ld.so.conf to load the library path /usr/share/iron/lib before other libraries so the newer glib is loaded first. This may affect other system software since it will use a newer untested glib version in your OS.
MrTrebleClef
Posts: 1
Joined: Wed Dec 10, 2014 4:03 pm

Re: New Iron-Version: 38.0.2050.0 Stable for Linux

Post by MrTrebleClef »

The 32 bit Debian/Ubuntu version is not updated. The .deb on: "http://www.srware.net/downloads/iron.deb" is the version 37.0.2000. Please update it!! and name the files by version number, not only "iron"!!
nkowaliuk
Posts: 4
Joined: Thu Aug 09, 2012 3:18 pm

Re: New Iron-Version: 38.0.2050.0 Stable for Linux

Post by nkowaliuk »

Any plans on releasing a version of Iron compatible with the Raspberry Pi version of Debian?
Locked