ungoogled-software / ungoogled-chromium-archlinux

Arch Linux packaging for ungoogled-chromium
BSD 3-Clause "New" or "Revised" License
338 stars 37 forks source link

Crash right at the first time when I launch after install #252

Closed jasursadikov closed 8 months ago

jasursadikov commented 8 months ago

After installing a binary version of ungoogled-chromium it is not able to launch. When you do launch from console. you see the following error message: /usr/lib/chromium/chromium: error while loading shared libraries: libicui18n.so.73: cannot open shared object file: No such file or directory

image

jxir commented 8 months ago

You need to wait until the rebuild against ICU 74 is finished.

Edit: ungoogled-chromium 120.0.6099.109-2 is already available from the OBS repository. Where did you get your package from?

jasursadikov commented 8 months ago

@jxir I got it from paru

aur/ungoogled-chromium-bin 120.0.6099.109-1 [+63 ~4.38] [Installed]
    A lightweight approach to removing Google web service dependency
jxir commented 8 months ago

So if you installed Ungoogled Chromium via paru, which is an AUR helper script, then you have this AUR package. As of now it installs this binary, which is built against ICU 73 and therefore broken on an up-to-date Arch system.

I expect the AUR package to be updated within the next 12 or so hours.

Alternatively you could try to downgrade your icu package. In the past I found this to be troublesome because of interdependencies with harfbuzz, harfbuzz-icu and other packages.

Another alternative would be to use the OBS repository. Setup instructions

jxir commented 8 months ago

@jasursadikov The AUR package has been updated!

jasursadikov commented 8 months ago

Thanks! Now I am free to switch to this browser.