Package Details: ungoogled-chromium-xdg-bin 124.0.6367.60-1

Git Clone URL: https://aur.archlinux.org/ungoogled-chromium-xdg-bin.git (read-only, click to copy)
Package Base: ungoogled-chromium-xdg-bin
Description: A lightweight approach to removing Google web service dependency - without creating a useless ~/.pki directory (using pre-releases), (binary version)
Upstream URL: https://github.com/Eloston/ungoogled-chromium
Licenses: BSD
Conflicts: chromium
Provides: chromium
Submitter: noahvogt
Maintainer: noahvogt
Last Packager: noahvogt
Votes: 6
Popularity: 0.065201
First Submitted: 2022-03-30 23:45 (UTC)
Last Updated: 2024-04-18 20:29 (UTC)

Required by (115)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

subuwm commented on 2022-10-22 20:14 (UTC)

@noahvogt Yeah I tried that but it results in a symbol error: /usr/lib/chromium/chromium: symbol lookup error: /usr/lib/chromium/chromium: undefined symbol: _ZN6icu_718TimeZone13createDefaultEv

noahvogt commented on 2022-10-22 19:58 (UTC) (edited on 2022-10-22 20:02 (UTC) by noahvogt)

@subuwm Yes. The box I use to compile my aur packages is running artix, which has not yet updated icu in their repo as the build bot needs still some time to rebuild all packages that depend on icu I guess. I will rebuild this package as soon as the icu rebuilds hit the artix repos.

Until then you should be able to symlink the newer paths to the older paths (using root) as a temporary workaround:

ln -s /usr/lib/libicui18n.so.72 /usr/lib/libicui18n.so.71
ln -s /usr/lib/libicuuc.so.72 /usr/lib/libicuuc.so.71

subuwm commented on 2022-10-22 18:43 (UTC) (edited on 2022-10-22 18:52 (UTC) by subuwm)

Update to icu 72 I guess?

/usr/lib/chromium/chromium: error while loading shared libraries: libicui18n.so.71: cannot open shared object file: No such file or directory

ldd /usr/lib/chromium/chromium | rg icu:
libicui18n.so.71 => not found
libicuuc.so.71 => not found
...

Porous3247 commented on 2022-09-09 17:46 (UTC)

@noahvogt It works now, thanks!

Porous3247 commented on 2022-09-09 00:17 (UTC)

Error:

install -D chromium "/tmp/makepkg/ungoogled-chromium-xdg-bin/pkg/ungoogled-chromium-xdg-bin/usr/bin/chromium"
chrome_100_percent.pak chrome_200_percent.pak chrome_crashpad_handler resources.pak v8_context_snapshot.bin libEGL.so libGLESv2.so libvk_swiftshader.so vk_swiftshader_icd.json
install: cannot stat '../../../index.html': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
error: failed to build 'ungoogled-chromium-xdg-bin-105.0.5195.102-1': 

wickedjargon commented on 2022-05-09 03:28 (UTC)

Version 100 has some major security issues that 101 addresses. If possible, please update the binary.

fitri commented on 2022-05-05 23:23 (UTC) (edited on 2022-05-05 23:23 (UTC) by fitri)

error: install: cannot stat '../../../index.html': No such file or directory

this line https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=ungoogled-chromium-xdg-bin#n133

should be install -Dm644 "${srcdir}/index.html" "$pkgdir/usr/share/ungoogled-chromium/index.html"

beowulf commented on 2022-04-28 09:31 (UTC)

There's another missing dependency: libicui18n.so.71.

noahvogt commented on 2022-04-19 21:46 (UTC)

Thank you @dodman for your comment, I have overlooked those dependencies. I have now added them with commit #7d650e79e33b and bumped the version to 100.0.4896.127-2.