I occasionally use ungoogled-chromium-bin from the pf4public respository. However, it will not run as installed in the /opt/chromium-browser/ directory.
/usr/bin/chromium and /usr/bin/chromium-browser are symbolic links to the script /opt/chromium-browser/chromium-launcher.sh where the last line (line 59) reads:
Code: Select all
exec -a "chromium-browser" apulse "$PROGDIR/chrome" --extra-plugin-dir=/usr/lib64/nsbrowser/plugins ${CHROMIUM_FLAGS} "$@"Code: Select all
$ chromium
/usr/bin/chromium: line 59: exec: apulse: not foundCode: Select all
exec -a "chromium-browser" "$PROGDIR/chrome" --extra-plugin-dir=/usr/lib64/nsbrowser/plugins ${CHROMIUM_FLAGS} "$@"Other ungoogled-chromium binaries such as the AppImage from https://ungoogled-software.github.io/un ... -binaries/ such as ungoogled-chromium_118.0.5993.88-1.1.AppImage also work just fine as is.

