Package Details: trivalent-bin 146.0.7680.71-1

Git Clone URL: https://aur.archlinux.org/trivalent-bin.git (read-only, click to copy)
Package Base: trivalent-bin
Description: A hardened chromium for desktop Linux inspired by Vanadium.
Upstream URL: https://github.com/secureblue/Trivalent
Licenses: (GPL-2.0-only WITH (Apache-2.0-note AND FTL-note AND WebView-note)) AND BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
Submitter: kemal
Maintainer: aedfvasdfawse (kemal)
Last Packager: aedfvasdfawse
Votes: 8
Popularity: 2.24
First Submitted: 2025-03-12 21:04 (UTC)
Last Updated: 2026-03-11 06:34 (UTC)

Latest Comments

v1993 commented on 2026-02-21 00:10 (UTC)

Using pipewire in a fairly standard configuration. The problem seems to have fixed itself now, not sure what was the issue.

kemal commented on 2026-02-20 22:15 (UTC)

do you use pipewire as the sound server or something else

v1993 commented on 2026-02-15 08:20 (UTC)

Can't get any audio out of it at all; no such problem with firefox or other chromium flavors. Tried restarting the browser and even rebooting, but without success. I keep getting the following lines in console output with logging enabled, not sure if it's relevant:

[8664:14:0215/110805.419335:ERROR:media/base/status.h:501] DecoderStatus::0
The futex facility returned an unexpected error code.

sekret commented on 2026-01-22 15:34 (UTC)

Audio is broken sometimes, a restart helps. Very strange and annoying…

kemal commented on 2026-01-15 20:14 (UTC) (edited on 2026-01-16 09:57 (UTC) by kemal)

thanks! audio got broken for some other reason

sekret commented on 2026-01-14 15:27 (UTC) (edited on 2026-01-14 15:28 (UTC) by sekret)

Ok, now that 144.0.7559.59-442092 is out, I spend a few minutes to solve the issue. The problem is that in /etc/trivalent/trivalent.conf the line

GALLIUMVER="$(compgen -G "/usr/lib64/libgallium-[1-9][0-9].[0-9].[0-9].so" | grep -oE "[1-9][0-9]+\.[0-9]\.[0-9]")"

has to be changed to

GALLIUMVER="$(compgen -G "/usr/lib64/libgallium-[1-9][0-9].[0-9].[0-9]-arch[0-9].[0-9].so" | grep -oE "[1-9][0-9]+\.[0-9]\.[0-9]")"

so

-arch[0-9].[0-9]

has to be added to the file name.

sekret commented on 2026-01-07 17:51 (UTC)

The current version 143.0.7499.192-441933 (I manually updated the package) doesn't launch. The commandline output stays empty. Any idea what can be done about this? I hope that it's not caused by one of the quite many changes that made it into trivalent…

kemal commented on 2025-04-12 18:20 (UTC)

altgr might be broken, adding the line

CHROMIUM_FLAGS+=" --disable-gtk-ime"

to /etc/trivalent/trivalent.conf should fix it