Package Details: protonvpn 1.0.0-3

Git Clone URL: https://aur.archlinux.org/protonvpn.git (read-only, click to copy)
Package Base: protonvpn
Description: Official ProtonVPN metapackage that installs protonvpn-gui and protonvpn-cli, maintained by the ProtonVPN team.
Upstream URL: https://github.com/ProtonVPN/
Licenses: GPL3
Submitter: protontechag
Maintainer: protontechag (calexandru2018, jllaneras)
Last Packager: calexandru2018
Votes: 83
Popularity: 2.38
First Submitted: 2021-05-28 17:12 (UTC)
Last Updated: 2022-09-14 15:15 (UTC)

Dependencies (2)

Required by (0)

Sources (0)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

hadespar commented on 2021-11-07 17:58 (UTC)

Anyone else is getting this error ? webkit2gtk is installed.

Traceback (most recent call last):
  File "/home/hadespar/miniconda3/bin/protonvpn", line 33, in <module>
    sys.exit(load_entry_point('protonvpn-gui==1.5.2', 'console_scripts', 'protonvpn')())
  File "/home/hadespar/miniconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 474, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/home/hadespar/miniconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2846, in load_entry_point
    return ep.load()
  File "/home/hadespar/miniconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2450, in load
    return self.resolve()
  File "/home/hadespar/miniconda3/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2456, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/home/hadespar/miniconda3/lib/python3.7/site-packages/protonvpn_gui/main.py", line 23, in <module>
    from .view.dashboard import DashboardView
  File "/home/hadespar/miniconda3/lib/python3.7/site-packages/protonvpn_gui/view/dashboard.py", line 29, in <module>
    from .dialog import DisplayMessageDialog
  File "/home/hadespar/miniconda3/lib/python3.7/site-packages/protonvpn_gui/view/dialog.py", line 6, in <module>
    gi.require_version("WebKit2", "4.0")
  File "/home/hadespar/miniconda3/lib/python3.7/site-packages/gi/__init__.py", line 126, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace WebKit2 not available

vanillabase1lb commented on 2021-10-05 07:02 (UTC)

For those who are unable to connect via GUI and see empty screen with close button or get unknown error on CLI, try doing pip install jinja2. This fixed my problem

rustyr commented on 2021-09-24 17:50 (UTC)

Following up on my previous comment. The issue was on my end. I had a local python installation of an older version of proton-client (v0.5.1), which was being used over the up-to-date, system-wide install provided by this AUR package (v0.6.1). Removing the local version resolved the issue.

rustyr commented on 2021-09-24 00:05 (UTC)

Anyone else running into this issue after the update to 1.0.0-2?

Traceback (most recent call last):
  File "/usr/lib/python3.9/site-packages/protonvpn_gui/main.py", line 250, in do_activate
    if not protonvpn.check_session_exists():
  File "/usr/lib/python3.9/site-packages/protonvpn_nm_lib/api.py", line 321, in check_session_exists
    return self._env.api_session.is_valid
  File "/usr/lib/python3.9/site-packages/protonvpn_nm_lib/core/environment.py", line 54, in api_session
    self.__api_session = APISession()
  File "/usr/lib/python3.9/site-packages/protonvpn_nm_lib/core/session/session.py", line 189, in __init__
    self.__session_create()
  File "/usr/lib/python3.9/site-packages/protonvpn_nm_lib/core/session/session.py", line 209, in __session_create
    self.__proton_api = Session(
TypeError: __init__() got an unexpected keyword argument 'log_dir_path'

niva commented on 2021-09-06 13:08 (UTC)

Wasted many hours trying to get this to work. Finally figured out that nm-applet must be running in order for it to work. This also needs to run for protonvpn-cli!

chester-tan commented on 2021-06-02 09:45 (UTC)

Secure core doesn't seem to work. Without it it seems to work fine though. Thanks for packaging this :)

onurbbr commented on 2021-05-31 19:28 (UTC)

Thank you for preparing the package, but there is a keyring error in the package. To fix this, the asc gpg key file needs to be downloaded and imported from the protonvpn site. https://repo.protonvpn.com/debian/public_key.asc then after doing "gpg --import public_key.asc" the installation completes without any problem.