New Iron-Version: 63.0.3300.0 Stable for Linux

Iron Forum for english speaking people

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

New Iron-Version: 63.0.3300.0 Stable for Linux

Post by SRWare »

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

Main improvements:
- Browser allows you to import JavaScript modules dynamically
- With async generator functions consumption or implementation of streaming data sources becomes streamlined
- You can override the browser's default overflow scroll behavior with the CSS overscroll-behavior property
- Bug-/Securityfixes

On Debian and distributions which use an older Kernel the following commands may be necessary (the .deb packages already do it automatically):

Code: Select all

cd [insert Iron directory here]
sudo chown root chrome-sandbox
sudo chmod 4755 chrome-sandbox
sudo chmod 4755 chrome-wrapper
./chrome-wrapper (for the start of Iron)
On Kubuntu, Lubuntu and other Non-GNOME-Distributions, please run once:

Code: Select all

apt-get install libgconf-2-4
To enable Netflix oder Amazon Video you have copy libwidevinecdm.so from an original Google Chrome installation to the Iron folder.
Alternative: Get it from the Slackware-Respos: http://www.slackware.com/~alien/slackbu ... ne-plugin/

How to get Flash working:
viewtopic.php?f=18&t=8295

You can launch the "Config and Backup Tool" via ./IronConfigBackup or via the Shell as "SRWare Iron Config and Backup Tool" under Networks

WebRTC can be disabled by our extension: viewtopic.php?f=18&t=11893
Our official updater is available here: viewtopic.php?f=18&t=11751


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)
Iron-Updates via Twitter: http://twitter.com/srware

Donations via Paypal and Bitcoin:
http://iron-start.com/spenden.php
frankf75
Posts: 7
Joined: Sat Mar 08, 2014 2:44 pm

Re: New Iron-Version: 63.0.3300.0 Stable for Linux

Post by frankf75 »

Thank you for the Linux version.
First thing I did was revert the bookmarks to the old style.
Am I the only one who really dislikes the new Material look in bookmarks?
mIcHyAmRaNe
Posts: 1
Joined: Fri Feb 16, 2018 10:38 pm

Re: New Iron-Version: 63.0.3300.0 Stable for Linux

Post by mIcHyAmRaNe »

Hello,
i have Chromium 64.0.3282.140 (Official Build) Built on Ubuntu , running on elementary 0.4.1 (64-bit).
and i just downloaded srware iron browser 63.0.3300.0 (the .deb one) and i installed it (sudo dpkg -i iron64.deb)

but when i launch it... it opens the chromium browser version 64.0.3282.140 :?

as you can see in this gif:
Image
User avatar
SRWare
Site Admin
Posts: 3246
Joined: Sat Jan 19, 2008 4:16 am

Re: New Iron-Version: 63.0.3300.0 Stable for Linux

Post by SRWare »

@mIcHyAmRaNe

You have two choices:

1) Launch Iron manual from /usr/share/iron/chrome
2) Uninstall chromium via apt-get remove chromium-browser
Iron-Updates via Twitter: http://twitter.com/srware

Donations via Paypal and Bitcoin:
http://iron-start.com/spenden.php
Locked