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.90
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 »

Xavier commented on 2025-04-07 20:12 (UTC)

Thanks guys! Confirmed and reported here: https://github.com/mozilla-mobile/mozilla-vpn-client/issues/10375

xiota commented on 2025-04-07 20:12 (UTC)

Arch is on Qt 6.9 now. I had assumed problem was caused by some change in Qt that needs to be addressed upstream.

pcpetty commented on 2025-04-07 19:39 (UTC)

Build is broken due to incorrect signal emission in lottiestatus.cpp from Lottie integration.

Error: LottieStatus::changed() now requires 5 arguments, but moc_lottiestatus.cpp emits it with none. Upstream likely updated the function signature without updating QML or emit logic.

Fails at: [ 33%] Building CXX object lottie/CMakeFiles/lottie.dir/lottie_autogen/mocs_compilation.cpp.o

Confirmed on fully updated Arch with Qt 6.7 and GCC 13.2.1.

Happy to help with logs or testing if a patch is in the works. Let me know what you need.

biggusdingus commented on 2025-04-07 19:18 (UTC)

I'm running into an issue when building the package. Has anyone run into failing the build when building target "lottie_autogen", object "lottie/CMakeFiles/lottie.dir/lottie_autogen/mocs_compilation.cpp.o"?

I haven't run into this before when building the AUR package for Mozilla VPN.

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