Package Details: mozillavpn 2.32.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: 47
Popularity: 0.75
First Submitted: 2021-01-13 02:38 (UTC)
Last Updated: 2025-12-19 13:57 (UTC)

Latest Comments

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

Xavier commented on 2025-12-24 13:09 (UTC)

@tuximail, interesting, good to know, and thanks for sharing

tuximail commented on 2025-12-24 12:09 (UTC)

For whom it may concern: I found the issue to be out of sync kernels. Read here for details: https://tuximail.github.io/mozillavpn.html

Xavier commented on 2025-11-02 17:47 (UTC)

@tuximail it is working for me perfectly, try to rebuild it (or trying the binary version from chaotic-aur repo) it could be an issue of your libs or compilation

tuximail commented on 2025-11-02 11:24 (UTC)

@Xavier unfortunately the current version doesn't work for me - regardless if I try to start through cli or GUI.

$ mozillavpn activate                 
[1]    621142 segmentation fault (core dumped)  mozillavpn activate

Not sure if this is a bug with this package or the upstream project - I am happy to report it there, if you feel it is more accurate there.

tuximail commented on 2025-10-12 10:37 (UTC)

Thank you for the quick responses. I can confirm the current version is building again 👍

Xavier commented on 2025-10-12 00:13 (UTC)

I fixed adjusted the cmakelists.txt, now is possible to build it with Qt 6.10 however the UI have some glitches (it is possibly active/deactive through icontray or use the cli) I'm going to report the problem

Xavier commented on 2025-10-11 17:12 (UTC)

@tuximail it seems like qt6-declarative is missing, but it is weird because it is already in the deps

tuximail commented on 2025-10-11 10:24 (UTC)

I get the following error when updating the latest version:

CMake Error at src/cmake/linux.cmake:41 (target_link_libraries):
  Target "mozillavpn" links to:

    Qt6::GuiPrivate

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

Call Stack (most recent call first):
  src/CMakeLists.txt:76 (include)


CMake Error at src/cmake/sentry.cmake:33 (target_link_libraries):
  The link interface of target "shared-sources" contains:

    Qt6::QmlPrivate

  but the target was not found.  Possible reasons include:

    * There is a typo in the target name.
    * A find_package call is missing for an IMPORTED target.
    * An ALIAS target is missing.

Call Stack (most recent call first):
  src/cmake/shared-sources.cmake:175 (include)
  src/CMakeLists.txt:45 (include)

I am not sure which qt6 package would be needed to fulfill the dependency?

cassio.neri commented on 2025-09-09 15:44 (UTC)

I got an error saying that LLVM.so was missing. I fixed it with pacman -S llvm-libs