@Duter2016 The original Arch package is here https://archive.archlinux.org/packages/i/icu/icu-74.2-2-x86_64.pkg.tar.zst But I suppose a Fedora library works, too :)
Search Criteria
Package Details: ungoogled-chromium-bin 132.0.6834.110-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ungoogled-chromium-bin.git (read-only, click to copy) |
---|---|
Package Base: | ungoogled-chromium-bin |
Description: | A lightweight approach to removing Google web service dependency |
Upstream URL: | https://github.com/ungoogled-software/ungoogled-chromium |
Keywords: | blink browser privacy web |
Licenses: | BSD |
Conflicts: | chromedriver, chromium |
Provides: | chromedriver, chromium |
Submitter: | networkException |
Maintainer: | networkException |
Last Packager: | networkException |
Votes: | 95 |
Popularity: | 6.20 |
First Submitted: | 2022-08-27 13:16 (UTC) |
Last Updated: | 2025-01-24 14:11 (UTC) |
Dependencies (35)
- alsa-lib
- brotli (brotli-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- flac (flac-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-gitAUR, freetype2-qdoledAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- harfbuzz (harfbuzz-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- icu (icu-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libffi (libffi-gitAUR)
- libgcrypt
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libwebp (libwebp-gitAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- Show 15 more dependencies...
Required by (129)
- anylogic-ple (requires chromium) (optional)
- anylogic-ple-8.2.4 (requires chromium) (optional)
- anylogic-professional (requires chromium) (optional)
- anylogic-professional-8.2.4 (requires chromium) (optional)
- anylogic-university (requires chromium) (optional)
- anylogic-university-8.2.4 (requires chromium) (optional)
- aptana-studio (requires chromium) (optional)
- aquatone (requires chromium)
- aquatone-bin (requires chromium)
- aquatone-git (requires chromium)
- archivebox (requires chromium)
- archivebox-git (requires chromium)
- assbreak (requires chromedriver) (make)
- audible-activator-git (requires chromedriver)
- augenkrebs-git (requires chromium)
- bbb-recorder-git (requires chromium)
- bitwarden-chromium (requires chromium) (optional)
- candybox (requires chromium)
- candybox2 (requires chromium)
- captive-browser-git (requires chromium) (optional)
- Show 109 more...
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
cyberpunkrocker commented on 2024-05-20 17:08 (UTC)
Duter2016 commented on 2024-05-20 16:50 (UTC)
download icu-74.2-2 from: https://mirror.ghproxy.com/https://github.com/unicode-org/icu/releases/download/release-74-2/icu4c-74_2-Fedora_Linux36-x64.tgz
then use cyberpunkrocker's method.
success
cyberpunkrocker commented on 2024-05-20 11:34 (UTC) (edited on 2024-05-20 11:36 (UTC) by cyberpunkrocker)
Or, you could just get the icu-74.2-2 Arch package from the archive, extract it and
cd /icu-74*/usr/lib/
LD_PRELOAD=./libicui18n.so.74:./libicuuc.so.74:./libicudata.so.74 /usr/bin/chromium
No need to install or downgrade anything.
magnus commented on 2024-05-20 07:48 (UTC)
I followed @Gozenka's suggestion, though I started from libicu53
here on AUR and made the following changes:
diff --git a/PKGBUILD b/PKGBUILD
index 88dd4b9..d3fd08a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: William Tang <galaxyking0419@gmail.com>
-pkgname=libicu53
-pkgver=53.2
+pkgname=libicu74
+pkgver=74.1
pkgrel=2
pkgdesc='International Components for Unicode library (version 53)'
arch=('x86_64')
url='https://icu.unicode.org'
license=('custom:icu')
depends=('gcc-libs')
-provides=(libicu{data,i18n,io,test,tu,uc}.so.53)
+provides=(libicu{data,i18n,io,test,tu,uc}.so.74)
source=("https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/icu4c-${pkgver//./_}-src.tgz")
-sha512sums=('fa3a7c9e388d263d548a02a1e4a63358c24883b4b6d7b29715fb333b96ba193d6c1fef363dafb96097565cf4baf3c1e3be3da5ed1647edf30757a4a65286970b')
+sha256sums=('86ce8e60681972e60e4dcb2490c697463fcec60dd400a5f9bffba26d0b52b8d0')
build() {
cd icu/source
Just in case someone else is unable to wait for a fix from the maintainer :D
pavard commented on 2024-05-19 20:39 (UTC)
in my memory, this is not the first problem caused by updating the icu version. maybe it's worth linking to it statically?
ramenu commented on 2024-05-19 20:35 (UTC)
@Gozenka It's not just you. I'm getting the same problem.
Gozenka commented on 2024-05-19 20:31 (UTC) (edited on 2024-05-19 20:53 (UTC) by Gozenka)
icu got updated to 75, and current version of ungoogled-chromium-bin fails to launch now, looking for icu 74 libraries. Please let me know if this is not a package issue and if I am missing something.
Edit: I edited the icu73-bin AUR PKGBUILD to point to the 74 release, and it works after installing that. (Just to avoid downgrading.)
knm100 commented on 2024-05-06 14:18 (UTC)
if this rev have been patched text-input-v3 ?
Rikj000 commented on 2024-03-02 09:19 (UTC) (edited on 2024-03-04 18:49 (UTC) by Rikj000)
Since a recent update ungoogle-chromium-bin
started setting itself as the default browser after each update.
(on KDE Plasma v5.27.10)
Can this behavior be disabled?
It quickly gets very annoying to always go to:
Settings => Applications => Default Applications => Toggle Web browser
back to what I had manually configured
Related Github issue with possible solutions:
https://github.com/ungoogled-software/ungoogled-chromium-archlinux/issues/260
Pinned Comments
networkException commented on 2022-09-20 17:36 (UTC)
Please note that normally it's not required to flag this package as out of date. I usually tag releases in the main ungoogled-chromium repository and update the arch packaging right afterwards.
If the package hasn't updated after an ungoogled-chromium release GitHub Actions might still be building or the ungoogled-chromium patchset got updated for non Linux platforms only to match their upstream release cycle