Yes, it didn't work, at least a couple of months ago.
https://aur.archlinux.org/packages/mullvad-browser-bin?O=10#comment-967529
Git Clone URL: | https://aur.archlinux.org/mullvad-browser-bin.git (read-only, click to copy) |
---|---|
Package Base: | mullvad-browser-bin |
Description: | Privacy-focused web browser developed by Mullvad VPN and the Tor Project |
Upstream URL: | https://mullvad.net/en/browser |
Keywords: | browser firefox mullvad privacy private |
Licenses: | MPL-2.0, GPL-3.0-or-later |
Conflicts: | mullvad-browser |
Provides: | mullvad-browser |
Submitter: | tarball |
Maintainer: | tarball |
Last Packager: | tarball |
Votes: | 56 |
Popularity: | 6.73 |
First Submitted: | 2023-04-03 14:58 (UTC) |
Last Updated: | 2025-04-01 16:44 (UTC) |
Yes, it didn't work, at least a couple of months ago.
https://aur.archlinux.org/packages/mullvad-browser-bin?O=10#comment-967529
Have you considered placing a policies.json
file in $pkgdir/opt/mullvad-browser/distribution/
to disable the browser's update check? The content of policies.json
would be:
{
"policies": {
"DisableAppUpdate": true
}
}
https://mozilla.github.io/policy-templates/#disableappupdate
Thanks for the research. The browser does indeed look up libavcodec.so
with sonames version 53 through 60, and the latest ffmpeg
only provides version 61.
Here is a test video; installing ffmpeg4.4
fixes it. I updated the package.
I recently was unable to reproduce H264 videos and AAC audio on my desktop, both from Mullvad Browser and Tor Browser.
Because video playback on Mullvad was working just fine on my laptop, I started looking for differences between the two machines. I found out that on my laptop, I also had installed the ffmpeg4.4
library. As soon as I installed ffmpeg4.4
on my desktop, video and audio playback were fixed.
I believe this issue started with the latest ffmpeg
update from the Arch Repo.
Do you think ffmpeg4.4
should be added as a dependency for this package?
That did it. Thank you.
Make sure to fetch the developers' signing key before building the package.
The official instructions are here. The link is also mentioned in the PKGBUILD
.
If the site is blocked in your region, you'll have to work around it or trust me that this is what it says:
% gpg --auto-key-locate nodefault,wkd --locate-keys torbrowser@torproject.org
which (as of 2024-06-26) should also show this fingerprint:
EF6E 286D DA85 EA2A 4BA7 DE68 4E2C 6E87 9329 8290
If your gpg says otherwise, you may have been fed garbage.
m@m-woof ~/Downloads/mullvad/mullvad-browser-bin $ makepkg -si ==> Making package: mullvad-browser-bin 13.5-1 (Tue 25 Jun 2024 05:19:28 PM CDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading mullvad-browser-linux-x86_64-13.5.tar.xz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98.4M 100 98.4M 0 0 830k 0 0:02:01 0:02:01 --:--:-- 1561k -> Downloading mullvad-browser-linux-x86_64-13.5.tar.xz.asc... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 833 100 833 0 0 783 0 0:00:01 0:00:01 --:--:-- 783 -> Found mullvad-browser.sh -> Found mullvad-browser.desktop ==> Validating source files with sha256sums... mullvad-browser-linux-x86_64-13.5.tar.xz ... Passed mullvad-browser-linux-x86_64-13.5.tar.xz.asc ... Skipped mullvad-browser.sh ... Passed mullvad-browser.desktop ... Passed ==> Verifying source file signatures with gpg... mullvad-browser-linux-x86_64-13.5.tar.xz ... FAILED (unknown public key E53D989A9E2D47BF) ==> ERROR: One or more PGP signatures could not be verified!
Ah thx, mullvad-browser-bin
does work indeed!
You're trying to install the wrong package. mullvad-browser
builds from source and hasn't been updated in a while. This is mullvad-browser-bin
.
When trying to install the browser, I receive a download error (404):
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://cdn.mullvad.net/browser/13.0.6/src-firefox-mullvad-browser-115.5.0esr-13.0-1-build3.tar.xz
Aborting...
Failed to build mullvad-browser
Pinned Comments
tarball commented on 2025-03-12 18:00 (UTC)
Please discuss bugs here before reporting them upstream, especially if they can't be reproduced with the original tarballs. Some bugs are caused by packaging issues and need to be fixed here. We can always escalate upstream if necessary.
tarball commented on 2024-06-26 08:35 (UTC)
Make sure to fetch the developers' signing key before building the package.
The official instructions are here. The link is also mentioned in the
PKGBUILD
.If the site is blocked in your region, you'll have to work around it or trust me that this is what it says:
which (as of 2024-06-26) should also show this fingerprint:
If your gpg says otherwise, you may have been fed garbage.