Iridium browser install issue
Re: Iridium browser install issue
Yes...I was also able to get the vaapi messages to go away by making sure that va-api was working for my Intel GPU, raising my hopes that it would be able to show embedded web video using va-api, (4K Youtube video with practically no extra CPU use!), but it didn't work right off. But now that I think about it, I don't remember going into the settings and enabling the acceleration, which is required, so I'll have to try that before writing acceleration off.
Iridium source is taken right from the va-api enabled PPA for Chromium: https://www.linuxuprising.com/2018/08/h ... rated.html
Iridium source is taken right from the va-api enabled PPA for Chromium: https://www.linuxuprising.com/2018/08/h ... rated.html
- anticapitalista
- Developer
- Posts: 4299
- Joined: Sat Jul 15, 2006 10:40 am
Re: Iridium browser install issue
You do realise O/P is using antiX?
anticapitalista
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Reg. linux user #395339.
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - lean and mean.
https://antixlinux.com
Re: Iridium browser install issue
in post #5, OP tried it in MX Linux
[SOLVED] Re: Iridium browser install issue
Guess on which browser I am now?fehlix wrote: Fri Aug 16, 2019 1:00 pmNope, that's a chromium-sanbox based issue, where they changed something recently...:ChrisBE wrote: Fri Aug 16, 2019 12:41 pm I installed this (the latest) version a week ago. Iso > Rufus > bootable USB (I'm on it now). I tried again, same problem: nothing happens.
Perhaps I need to install MXLinux from the liveUSB to another device, I hope it'll work.
Open terminal as normale user and run this from command line :Start the browser and see how it goes.Code: Select all
sudo sysctl -w kernel.unprivileged_userns_clone=1
To get it permanently enabled run:HTHCode: Select all
echo kernel.unprivileged_userns_clone=1 | sudo tee /etc/sysctl.d/00-local-userns.conf
EDIT: fixed a typo : missing space after the "tee"


Last edited by ChrisBE on Sun Aug 18, 2019 6:19 am, edited 1 time in total.
Re: Iridium browser install issue
Great that it works ...perhaps might to look to it to use it. Thank's for the hint.ChrisBE wrote: Fri Aug 16, 2019 3:51 pm .. but it's one of the most secure browers out there.
... I didn't understand the code ...
... I don't understand the code either

Re: Iridium browser install issue
LOLfehlix wrote: Fri Aug 16, 2019 4:43 pm Great that it works ...perhaps might to look to it to use it. Thank's for the hint.
... I don't understand the code either![]()

In Iridium there's only 1 thing to be unchecked, see https://spyware.neocities.org/guides/iridium.html - go OFFline first. Then, spyware is zero.

I use Iridium with specific extensions, see https://digdeeper.neocities.org/ghost/addons.html, uMatrix rocks.
And of course with a beautiful theme

Oh, and I use Swisscows as search engine.
Addition 18/08/19 - Some linux users 'warned' me about Iridium, saying that it's possible a small project and that users should stick to Chromium browser etc.
Last edited by ChrisBE on Sun Aug 18, 2019 6:15 am, edited 1 time in total.
Re: Iridium browser install issue
So, it seems you're gonna mark the thread as [SOLVED] ?
Re: Iridium browser install issue
Marked. I hope I did it right. (I had to search for it, I'm not use to do this on a forum, so...). Thx for the hint and again many thx for the great support here.

Re: Iridium browser install issue

By the way, glad you've solved the issue.
Meanwhile, I like also the Iridium and installed on the other 64bit laptop (by the way, I wish it was for 32 bits also), but it began displaying "keyring blah blah" and I quit... :)
Re: Iridium browser install issue
You can stop the keyring nonsense by editing the launcher command to read “%U --password-store=basic” at the end (no quote marks).