Package Details: proton-vpn-gtk-app 4.8.1-1

Git Clone URL: https://aur.archlinux.org/proton-vpn-gtk-app.git (read-only, click to copy)
Package Base: proton-vpn-gtk-app
Description: ProtonVPN GTK app, Maintained by Community
Upstream URL: https://github.com/ProtonVPN/proton-vpn-gtk-app
Keywords: protonvpn
Licenses: GPL3
Groups: ProtonVPN
Conflicts: protonvpn-gui, python-proton-client
Submitter: ali.molaei
Maintainer: ali.molaei
Last Packager: ali.molaei
Votes: 89
Popularity: 8.78
First Submitted: 2023-11-01 12:41 (UTC)
Last Updated: 2024-12-06 14:44 (UTC)

Pinned Comments

ali.molaei commented on 2024-11-14 16:25 (UTC)

I've added https://aur.archlinux.org/packages/python-proton-vpn-local-agent-bin as optional dependency, I worked on https://aur.archlinux.org/packages/python-proton-vpn-local-agent a bit to build it from source, but I have a weird issue with it so I'm not depending this package on that by default for now.

For those who know a bit about rust packaging, the issue with building from source for me is: - If I copy the build so file using cp command it works fine - If I package it (using install in PKGBUILD) and put the file there by installing the package using pacman, It doesn't work! although the files have the same checksum.

I have no idea why is that and am open to any help on https://aur.archlinux.org/packages/python-proton-vpn-local-agent package

stickyhands commented on 2024-02-09 23:53 (UTC) (edited on 2024-02-09 23:53 (UTC) by stickyhands)

@shoryuken thank you, that worked!

@ali.molaei I'm not sure of technicalities of dependencies, but if you cannot force network-manager-applet as a dependency I think you should at least pin some comment explaining that getting it might fix issues. As it stands I accidentally found the solution at other package page https://aur.archlinux.org/packages/protonvpn-cli#comment-951908, and only since it's the newest one.

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 22 Next › Last »

5hayanB commented on 2024-03-24 07:13 (UTC)

@ali.molaei, thank you!

ali.molaei commented on 2024-03-23 16:43 (UTC)

@ShayanB It should be fixed now

5hayanB commented on 2024-03-23 10:03 (UTC)

Getting the following error on a clean install.

==> Extracting sources...
  -> Creating working copy of python-proton-keyring-linux-secretservice git repo...
Cloning into 'python-proton-keyring-linux-secretservice'...
done.
fatal: invalid reference: 0.0.1
==> ERROR: Failure while creating working copy of python-proton-keyring-linux-secretservice git repo
    Aborting...
error: failed to build 'python-proton-keyring-linux-secretservice-0.0.1-5': 
error: can't build proton-vpn-gtk-app-4.2.0-1, deps not satisfied: python-proton-keyring-linux-secretservice

XxTriviumxX commented on 2024-03-17 14:27 (UTC)

it started working again. It was not asking for 2fa code during those attempts. It suddenly asked for it and everything works ever since.

XxTriviumxX commented on 2024-03-16 14:20 (UTC) (edited on 2024-03-16 14:51 (UTC) by XxTriviumxX)

for some reason protonvpn asks for my credentials on startup. It never did that until yesterday. As if it cannot remember the creds... Anyone else has that problem?

EDIT: now protonvpn crashes right after i enter my creds. I tried reinstalling everything (even the orphans) and it still crashes after i try to connect. it just shuts down.

re:edit: it works after 2-4 tries... still bugs me though, its not normal..

k0r0ng commented on 2024-03-14 13:57 (UTC)

@Yamashiro Maybe try deleting "app data":

rm -r $HOME/{.config/Proton/VPN,.cache/Proton/VPN,.cert/nm-openvpn/ProtonVPN-*}

Of course backup first if you not sure.

Yamashiro commented on 2024-03-13 14:30 (UTC)

Having the same issue as @texer22, I have entered my login info and 2FA code only to be told it's wrong. After that I'm unable to even open the app, it will briefly show up in the task bar and crash, and if I try to start it using the terminal I get the following error:

Traceback (most recent call last):
  File "/usr/bin/protonvpn-app", line 33, in <module>
    sys.exit(load_entry_point('proton-vpn-gtk-app==4.2.0', 'console_scripts', 'protonvpn-app')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/proton/vpn/app/gtk/__main__.py", line 34, in main
    controller = Controller.get(executor)
                 ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/proton/vpn/app/gtk/controller.py", line 56, in get
    executor.submit(controller.initialize_vpn_connector).result()
  File "/usr/lib/python3.11/concurrent/futures/_base.py", line 456, in result
    return self.__get_result()
           ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
    raise self._exception
  File "/usr/lib/python3.11/site-packages/proton/vpn/app/gtk/controller.py", line 89, in initialize_vpn_connector
    self._connector = await self._api.get_vpn_connector()
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/proton/vpn/core/api.py", line 53, in get_vpn_connector
    settings = await self.load_settings()
               ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/proton/vpn/core/api.py", line 64, in load_settings
    user_tier = self._session_holder.session.vpn_account.max_tier
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'max_tier'

k0r0ng commented on 2024-03-08 21:14 (UTC) (edited on 2024-03-08 21:18 (UTC) by k0r0ng)

@ali.molaei when I said add git as makedepends mean not only just for this package, but also all dependencies you maintained (python-proton-*). Or better use tarball since upstream now have it, so no need git and it can use checksum instead of just SKIP. Also there is no need $_gitpkgname when they have same value as $pkgname.

Edit: almost forgot the most important thing, as maintainer you should build package in clean chroot

texer22 commented on 2024-03-08 13:52 (UTC)

I have an error. "Reconnection not possible due to authentication error." but I enter a right password. Any ideas?

testasdfasdf commented on 2024-03-08 08:29 (UTC) (edited on 2024-03-08 11:58 (UTC) by testasdfasdf)

When we are going to get latest release 4.1.20? It's been a long time since it has been released!!

(Released)