Package Details: mozillavpn 2.24.3-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: 43
Popularity: 0.80
First Submitted: 2021-01-13 02:38 (UTC)
Last Updated: 2024-11-06 07:01 (UTC)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 22 Next › Last »

kafe commented on 2021-09-29 05:36 (UTC) (edited on 2021-09-29 06:08 (UTC) by kafe)

The mozillavpn custom dns and multihop settings are graphically broken for me. Is this happening to anyone else?

[28.09.2021 23:07:28.210] Warning: Units.devicePixelRatio is deprecated (since 5.86 ): This returns 1 when using Qt HiDPI scaling.

herop commented on 2021-09-19 13:27 (UTC)

Thank you so much, @jhorcl.
There is some more that needs to be installed though
+ Get the (bootstrapped version) of pip
+ Then install pyyaml

This should get you going if you're stuck like me.

<deleted-account> commented on 2021-09-19 09:39 (UTC)

Yes - get the same error. You need to install qt5-websockets as dependency now.

herop commented on 2021-09-19 08:48 (UTC) (edited on 2021-09-19 08:49 (UTC) by herop)

Mozillavpn runs perfectly on my machine (Garuda, 5.14.5), but the last version 2.5.0-1 won't install:
This is what happened:
$ yay -S mozillavpn <snip>

cd src/ && ( test -e Makefile || /usr/bin/qmake -o Makefile /home/jburkhard/.cache/paru/clone/mozillavpn/src/mozillavpn-2.5.0/src/src.pro PREFIX=/usr CONFIG+=production ) && make -f Makefile
which: no ccache in (/home/jburkhard/bin/inxmail-client:/home/jburkhard/.emacs.d/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl)
Project MESSAGE: Linux build
Project ERROR: Unknown module(s) in QT: websockets
make: *** [Makefile:48: sub-src-make_first] Error 3
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'mozillavpn-2.5.0-1':
error: packages failed to build: mozillavpn-2.5.0-1

</snip>

kafe commented on 2021-09-06 16:11 (UTC)

I've noticed that mozilla vpn sometimes stops my laptop from shutting down. Has anyone else encountered this.

I'll click shutdown and all my applications will close but an error message pops up saying something like mozillavpn cancelled shutdown.

linx313 commented on 2021-08-16 21:49 (UTC)

Ok, that did it! Strange as I have this working on another manjaro install, but that machine does not have go installed...can't remember how I got it going, is there a prebuilt version of this somewhere? Anyway, working now!

Xavier commented on 2021-08-16 20:35 (UTC) (edited on 2021-08-16 20:36 (UTC) by Xavier)

@linx313 you're right! I hadn't realized that because I had it installed, go is necessary to build, good catch, (I updated it without release it)

linx313 commented on 2021-08-16 18:19 (UTC) (edited on 2021-08-16 18:21 (UTC) by linx313)

Further up I get an error about netfilter and go (do I need to install go?)

make[1]: Entering directory '/home/linux313/mozillavpn/src/src'
Building ../linux/netfilter/netfilter.go
/bin/sh: line 1: go: command not found
make[1]: *** [Makefile:1143: ../linux/netfilter/netfilter.a] Error 127
make[1]: Leaving directory '/home/linux313/mozillavpn/src/src'
make: *** [Makefile:48: sub-src-make_first] Error 2
make: *** Waiting for unfinished jobs....

Xavier commented on 2021-08-16 01:38 (UTC)

@linx313 no idea, maybe the error is above of that message, try to build it in a clean chroot [1], maybe you have a special variables/configuration in your user that generates the error [1] https://github.com/graysky2/clean-chroot-manager

linx313 commented on 2021-08-15 02:17 (UTC) (edited on 2021-08-16 18:22 (UTC) by linx313)

From manjaro, I get a build error without any particularly clear error message - I believe all the dependencies installed successfully. This is the very end of the build (using 'pamac build mozillavpn')

make[1]: Leaving directory '/var/tmp/pamac-build-linux313/mozillavpn/src/tests/unit'
==> ERROR: A failure occurred in build().
Aborting...