Package Details: proton-vpn-gtk-app 4.3.0-3

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: 30
Popularity: 4.51
First Submitted: 2023-11-01 12:41 (UTC)
Last Updated: 2024-04-16 07:10 (UTC)

Pinned Comments

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

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

5hayanB commented on 2024-04-24 17:54 (UTC)

Sorry, looks like paru was only updating the proton-vpn-gtk-app package and not its dependencies. Clearing the cache and reinstalling the app worked.

ali.molaei commented on 2024-04-24 07:17 (UTC)

@5hayanB How are you installing/updating your packages? Shouldn't the logger package be installed/updated automatically? You need to update all the dependencies of this package to fix the issues you are facing I think

5hayanB commented on 2024-04-24 06:57 (UTC)

Thank you @Musikolo. I updated python-proton-vpn-logger and now getting a new 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.3.0', 'console_scripts', 'protonvpn-app')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/protonvpn-app", line 25, in importlib_load_entry_point
    return next(matches).load()
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load
    module = import_module(match.group('module'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.11/site-packages/proton/vpn/app/gtk/__init__.py", line 33, in <module>
    from proton.vpn import logging  # pylint: disable=C0413 # noqa: E402
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/proton/vpn/logging/__init__.py", line 26, in <module>
    from proton.utils.environment import VPNExecutionEnvironment
ModuleNotFoundError: No module named 'proton.utils'

Musikolo commented on 2024-04-23 02:53 (UTC)

@5hayanB, it looks like you don't have the python-proton-vpn-logger dependency installed. Please make sure you have all the dependencies up-to-date too.

I hope it helps!

Regards.

5hayanB commented on 2024-04-22 21:48 (UTC)

Getting the following error when running protonvpn-app.

Traceback (most recent call last):
  File "/usr/bin/protonvpn-app", line 33, in <module>
    sys.exit(load_entry_point('proton-vpn-gtk-app==4.3.0', 'console_scripts', 'protonvpn-app')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/protonvpn-app", line 25, in importlib_load_entry_point
    return next(matches).load()
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load
    module = import_module(match.group('module'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1126, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3.11/site-packages/proton/vpn/app/gtk/__init__.py", line 33, in <module>
    from proton.vpn import logging  # pylint: disable=C0413 # noqa: E402
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImportError: cannot import name 'logging' from 'proton.vpn' (unknown location)

k0r0ng commented on 2024-04-17 11:29 (UTC)

@ali.molaei please read ArchWiki mentioned by @xdzzz and this: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot

xdzzz commented on 2024-04-16 19:16 (UTC)

@ali.molaei FYI base-devel is a prerequisite called out in the AUR wiki page: https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites

ali.molaei commented on 2024-04-16 18:56 (UTC)

@k0r0ng I don't get where's your frustration comes from :) we can have a calm polite conversation :)

About the git makedeps, It is right now a makedeps for this package so you should have it when installing all the dependencies, and I don't know what could be your usage of other packages without the main package, so: 1. That's not a big deal 2. I try to add it to the other packages when a new update reaches, I don't want to push updates to people that changes nothing for them right now 3. I simply forgot to do this for the other packages, I'll try to remember next time ;)

About the checksums, thanks for the tip, and I'll add them eventually.

About the base-devel, I don't think everyone has base-devel installed as it's not mentioned in the Wiki :) https://wiki.archlinux.org/title/Installation_guide#Install_essential_packages

k0r0ng commented on 2024-04-16 14:58 (UTC) (edited on 2024-04-16 16:21 (UTC) by k0r0ng)

@ali.molaei I don't know how many times I should tell you to add git as makedepends not just for this package, but also for all your packages you maintained this package depend on which is python-proton-*. Also you can add sha256sums with (again, not just for this package):

makepkg -g >> PKGBUILD

Edit: you also can remove patch from makedepends because it's already required by base-devel

fam007e commented on 2024-04-13 22:59 (UTC) (edited on 2024-04-13 23:00 (UTC) by fam007e)

Installed this version on my xfce DE but whenever I try to connect it after logging in to my account it doesn't work. I then have to manually change /etc/resolv.conf to get general internet working again as the name servers are altered by erroneously functioning protonvpn.