Search Criteria
Package Details: mozillavpn 2.0.3-1
Git Clone URL: | https://aur.archlinux.org/mozillavpn.git (read-only, click to copy) |
---|---|
Package Base: | mozillavpn |
Description: | A fast, secure and easy to use VPN. Built by the makers of Firefox. |
Upstream URL: | https://vpn.mozilla.org/ |
Licenses: | |
Conflicts: | |
Replaces: | |
Submitter: | tavianator |
Maintainer: | tavianator |
Last Packager: | tavianator |
Votes: | 7 |
Popularity: | 2.76 |
First Submitted: | 2021-01-13 02:38 |
Last Updated: | 2021-01-30 15:32 |
Dependencies (12)
- WIREGUARD-MODULE (wireguard-dkms-git, wireguard-module-git, linux-haruka-workstation, linux-drm-tip-git, linux-zest-git, linux-libre-hyperbola, linux-clear-preempt-rt, linux-llvm, linux-x570-vfio-openrgb, linux-clear-current, linux-bcachefs-steph-git, linux-git, linux-zen-letsnote, linux-cpu-opt, linux-drm-next-git, linux-svelte, linux-oled, linux-amd-staging-drm-next-git, linux-amd-git, linux-uek, linux-manjaro-xanmod-lts, linux-hardened-git, linux-zen-anbox, linux-shmilee, linux-next-git, linux-ath-dfs, linux-pf, linux-clear-lts2017, linux-bcachefs-git, linux-fix_navi_reset, linux-zen-g14, linux-pds, linux-froidzen, linux5.11.2.arch1-1-bin, linux-x32, linux-cjktty, linux-mainline, linux-g14, linux-rc, linux-vfio, linux-libre, linux-covolunablu-gaming, linux-sunxi, linux-sunxi64, linux-manjaro-xanmod, linux-clear-bin, linux-rt-bfq-dev, linux-pf-git, linux-ck, linux-clear, linux-clear-lts2019, linux-clear-lts2018, linux-uksm, linux-aufs, linux-lqx, linux-bfq-dev, linux-rt, linux5.10.20-1-lts-bin, linux-pf-nodocs-git, linux-phicomm-n1, linux-rockchip, linux-rockchip64, linux-manjaro-xanmod-cacule-uksm, linux-manjaro-xanmod-uksm, linux-vfio-lts, linux, linux-hardened, linux-lts, linux-zen, wireguard-dkms)
- hicolor-icon-theme (hicolor-icon-theme-git)
- polkit (polkit-git, polkit-consolekit, polkit-no-script-git, polkit-duktape)
- qt5-charts (qt5-charts-git)
- qt5-declarative (qt5-declarative-git)
- qt5-graphicaleffects (qt5-graphicaleffects-git)
- qt5-imageformats (qt5-imageformats-git)
- qt5-networkauth (qt5-networkauth-git)
- qt5-quickcontrols2 (qt5-quickcontrols2-git)
- qt5-svg (qt5-svg-git)
- wireguard-tools (wireguard-tools-git)
- qt5-tools (qt5-tools-git) (make)
Latest Comments
1 2 Next › Last »
AVERAGE commented on 2021-03-03 22:06
I was able to build the package just fine, however when attempting a sign in via the web login it just gets stuck on "Waiting for sign in and subscription information".
Here's my log file: https://pastebin.com/GsHNNzXt
AverytheFurry commented on 2021-02-15 09:55
Hey! @tavianator, I found some errors, here's the section of the log with them! These are the only errors I found searching the log.
https://pastebin.com/8agpiDNz
tavianator commented on 2021-02-13 03:02
@AverytheFurry Any errors in ~/.local/share/mozillavpn.txt?
AverytheFurry commented on 2021-02-09 21:30
Hey! After building this package with yay, I'm unable to run the vpn. Is there some configuration I'm missing? All it says "background service error - Restore" and clicking "Restore" doesn't do anything.
yochananmarqos commented on 2021-01-13 20:33
@tavianator: Here's a PKGBUILD utilizing submodules.
WIREGUARD-MODULE
should not be included in dependencies as it's not needed for kernels <5.6 and it's already an optional dependency ofwireguard-tools
.tavianator commented on 2021-01-13 20:30
@blackpoll: Looks like that file is only created to limit it to one process at once: https://github.com/mozilla-mobile/mozilla-vpn-client/blob/50bd2f1c93dbe8db69df3ad3c3217b42a6492486/src/commands/commandui.cpp#L109-L120. You can delete it if it's not running.
blackpoll commented on 2021-01-13 19:41
This creates the file "mozillavpn.lock" in my home directory. Can this be deleted?
tavianator commented on 2021-01-13 03:57
That's what I tried first but the git repo uses submodules which don't make it into the GitHub tarballs.
yochananmarqos commented on 2021-01-13 03:17
@tavianator: Oh, I see. I hadn't come across the GitHub repo yet.
EDIT: Redacted a few things from the record, answered my own questions. I've hardly had any sleep lately due to my cluster headaches. Mind is fried.
Why not use the release tarball from GitHub? It appears the Launchpad tarball is the same so it shouldn't really matter, but it would make it easier to keep track of, I think.
tavianator commented on 2021-01-13 02:25
@blackpoll: WIREGUARD-MODULE is provided by, for example, the official Linux package: https://archlinux.org/packages/core/x86_64/linux/
@yochananmarqos: I named it after the repo: https://github.com/mozilla-mobile/mozilla-vpn-client. But I see it's called mozillavpn in the PPA. I'll rename it.