Marko Zajc

Results 54 comments of Marko Zajc

I believe there's currently still other problems with the unified builds (which you're downloading from OBS) - #247 hasn't been fixed, version 95 is quite outdated by now, and it...

Looks like Impish isn't being built for some reason. https://build.opensuse.org/package/binaries/home:ungoogled_chromium/ungoogled-chromium-debian/Ubuntu_Impish

AppImage builds are managed elsewhere: https://ungoogled-software.github.io/ungoogled-chromium-binaries/releases/appimage/ (seems a bit outdated, maybe more work could be put into it); this project is for builds compatible with Debian's package management and building...

Likely a duplicate of #247. The current workaround is to use the unportable version by Eloston at https://github.com/Eloston/ungoogled-chromium-binaries (the prebuilt binaries seem to be built for Debian Bullseye, so you...

Create a new directory (call it whatever you want), and download the following files into it: - [ungoogled-chromium-common](https://github.com/Eloston/ungoogled-chromium-binaries/releases/download/95.0.4638.69-1.unportable1/ungoogled-chromium-common_95.0.4638.69-1.unportable1_amd64.deb) - [ungoogled-chromium-driver](https://github.com/Eloston/ungoogled-chromium-binaries/releases/download/95.0.4638.69-1.unportable1/ungoogled-chromium-driver_95.0.4638.69-1.unportable1_amd64.deb) - [ungoogled-chromium-sandbox](https://github.com/Eloston/ungoogled-chromium-binaries/releases/download/95.0.4638.69-1.unportable1/ungoogled-chromium-sandbox_95.0.4638.69-1.unportable1_amd64.deb) - [ungoogled-chromium](https://github.com/Eloston/ungoogled-chromium-binaries/releases/download/95.0.4638.69-1.unportable1/ungoogled-chromium_95.0.4638.69-1.unportable1_amd64.deb) Then open up a terminal, cd...

This is a problem with Debian's upstream: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994888

@tnaftali update your index with `sudo apt update`. `ungoogled-chromium` no longer depends on `-common` or `-sandbox`. P.S. UGC 94.0.4606.81-1 is pretty broken as described in #247, you might want to...

Bromite seems to have started using `org.bromite.webview` for their package name, which I added in #3.

This seems to be caused by the assumption that a month has 30 days in utils.cr: https://github.com/iv-org/invidious/blob/b7eba3bc178b76a733a142f475cdb83921d591c1/src/invidious/helpers/utils.cr#L214-L215