I was able to import the key with
gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 031F7104E932F7BD7416E7F6D2845E1305D6E801
Git Clone URL: | https://aur.archlinux.org/librewolf-bin.git (read-only, click to copy) |
---|---|
Package Base: | librewolf-bin |
Description: | Community-maintained fork of Firefox, focused on privacy, security and freedom. |
Upstream URL: | https://librewolf-community.gitlab.io/ |
Keywords: | browser web |
Licenses: | GPL, MPL, LGPL |
Conflicts: | librewolf |
Provides: | librewolf |
Submitter: | lsf |
Maintainer: | lsf |
Last Packager: | lsf |
Votes: | 449 |
Popularity: | 37.04 |
First Submitted: | 2019-06-16 13:12 (UTC) |
Last Updated: | 2025-03-06 09:04 (UTC) |
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 20 Next › Last »
I was able to import the key with
gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 031F7104E932F7BD7416E7F6D2845E1305D6E801
Those dependency issues are false positives. You'd even get those with firefox if it were an AUR package and not part of the repos.
Hi, I'm facing the same issue as @bbgun7 (missing dependencies). I couldn't find any other package that provides such dependencies.
File "/usr/lib/librewolf/libmozavcodec.so" from package "librewolf-bin" is missing dependency "libmozavutil.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozsandbox.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "liblgpllibs.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozsqlite3.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozgtk.so" File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozwayland.so" File "/usr/lib/librewolf/plugin-container" from package "librewolf-bin" is missing dependency "libxul.so"
Getting an inner conflict between at-spi2-atk and atk.
EDIT: nevermind, it's a gtk3 issue
I use the check-broken-packages pacman hook from here: https://github.com/desbma/pacman-hooks and every time librewolf updates I get the following errors:
File "/usr/lib/librewolf/libmozavcodec.so" from package "librewolf-bin" is missing dependency "libmozavutil.so"
File "/usr/lib/librewolf/plugin-container" from package "librewolf-bin" is missing dependency "libxul.so"
File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozsandbox.so"
File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "liblgpllibs.so"
File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozsqlite3.so"
File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozgtk.so"
File "/usr/lib/librewolf/libxul.so" from package "librewolf-bin" is missing dependency "libmozwayland.so"
Is there any way to satisfy those dependencies, or should I maybe make an issue upstream?
@fungalnet: as @serrg hinted at, it's probably a canvas related issue. see https://librewolf.net/docs/faq/#why-am-i-seeing-striped-images or https://librewolf.net/docs/faq/#should-i-allow-canvas-access-how-do-i-do-it.
More generally, regarding reporting bugs: https://gitlab.com/librewolf-community/browser/arch/-/issues or https://gitlab.com/librewolf-community/browser/linux/-/issues might be the better place to post them, I think :)
@je-vv the error on the specified site occurs due to unsafe rendering on the canvas. There is a problem and a workaround here https://github.torproject.org/tpo/applications/tor-browser/-/issues/40374
@fungalnet, just teaks on configuration (I edit librewolf.conf so the changes are global, but librewolf.overrides.cfg can be used as well).
@je-vv: Thank you for the suggestions, I am not clear if your tweaks are post installation or you compile lw with such tweaks. Being a -bin comment section I am simply reporting a bug (something that doesn't work as it is shipped). It might be the case of some gfx mode that requires non-libre sw to play along, for which some lw users may choose to leave broken.
Pinned Comments
lsf commented on 2021-11-10 12:14 (UTC) (edited on 2023-04-17 07:18 (UTC) by lsf)
https://wiki.archlinux.org/title/Arch_User_Repository#Acquire_a_PGP_public_key_if_needed
gpg --keyserver hkp://keyserver.ubuntu.com --search-keys 031F7104E932F7BD7416E7F6D2845E1305D6E801
/edit: starting with 112.0-1, the binaries are signed with the maintainers shared key, so
gpg --keyserver hkp://keyserver.ubuntu.com --search-keys 662E3CDD6FE329002D0CA5BB40339DD82B12EF16
should do the trick instead. I've also signed the key with the previously used key, so you have at least some guarantee that it's not a malicious attack :)