Package Details: mozillavpn 2.26.0-1

Git Clone URL: https://aur.archlinux.org/mozillavpn.git (read-only, click to copy)
Package Base: mozillavpn
Description: Fast, secure, and easy to use VPN from the makers of Firefox
Upstream URL: https://vpn.mozilla.org
Keywords: vpn wireguard
Licenses: MPL-2.0
Submitter: tavianator
Maintainer: Xavier (xiota)
Last Packager: Xavier
Votes: 44
Popularity: 0.97
First Submitted: 2021-01-13 02:38 (UTC)
Last Updated: 2025-03-21 01:48 (UTC)

Latest Comments

1 2 3 4 5 6 .. 24 Next › Last »

pcpetty commented on 2025-04-03 01:35 (UTC)

@Xavier

Yeah, this was a straight paru -Syu run inside KDE’s terminal, Python is installed globally.

I’ll double-check if the module path was off or if a local venv interfered, but that was the build context. I’ll dig deeper and circle back if I find anything interesting.

Xavier commented on 2025-04-03 00:47 (UTC)

@pcpetty so you are building the package in a Python-enabled environment.

pcpetty commented on 2025-04-02 21:27 (UTC)

@Xavier Good point, it was only when I tried 'pip install pyyaml' that it worked for me.

Xavier commented on 2025-04-02 20:02 (UTC)

@pcpetty weird because python-yaml is already in the makedepends

pcpetty commented on 2025-04-02 15:43 (UTC)

Build fails due to missing python-yaml dependency:

Traceback (most recent call last): File "scripts/addon/build.py", line 18, in <module> from generate_strings import parseYAMLTranslationStrings ModuleNotFoundError: No module named 'yaml'

Looks like upstream added a build step that relies on this Python module. Installing python-yaml or pip install pyyaml fixed it. Might be worth adding it to makedepends. Thanks for maintaining!

jayelbe commented on 2025-03-07 23:45 (UTC)

leonavis: I think I had the same issue you describe - webpages not loading at all once the VPN was connected. I just needed to enable systemd-resolved using:

sudo systemctl enable systemd-resolved && sudo systemctl restart systemd-resolved

leonavis commented on 2025-03-07 17:07 (UTC)

works again. :)

Xavier commented on 2025-03-03 20:53 (UTC)

For me it is working well, Do you think it is a packaging issue? otherwise open a bug in https://github.com/mozilla-mobile/mozilla-vpn-client

leonavis commented on 2025-03-03 18:12 (UTC)

So... just wait for it? Because I have tried to rebuild it, still shows the exact same behavior.

Xavier commented on 2025-03-02 21:11 (UTC)

@FuzzyMidnight done, thanks. @leonavis after some deps updates, all you need to do is rebuild it.