Package Details: proton-vpn-gtk-app 4.3.2-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: 44
Popularity: 11.92
First Submitted: 2023-11-01 12:41 (UTC)
Last Updated: 2024-05-24 16:47 (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

« First ‹ Previous 1 .. 10 11 12 13 14 15

deimos-aur commented on 2023-11-02 15:30 (UTC)

I built this last night and again this morning after protonag republished the tag for 4.1.0. The python app won't run because there's an import problem:

  File "/usr/lib/python3.11/site-packages/proton/__init__.py", line 1, in <module>
    from .api import Session # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/proton/api.py", line 29, in <module>
    from .metadata import MetadataBackend
  File "/usr/lib/python3.11/site-packages/proton/metadata/__init__.py", line 1, in <module>
    from . import textfile_metadata # noqa
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/proton/metadata/textfile_metadata.py", line 6, in <module>
    from ._base import MetadataBackend
  File "/usr/lib/python3.11/site-packages/proton/metadata/_base.py", line 2, in <module>
    from ..utils import SubclassesMixin
ImportError: cannot import name 'SubclassesMixin' from 'proton.utils' (/usr/lib/python3.11/site-packages/proton/utils/__init__.py)

I haven't figured it out yet.

ftumpt commented on 2023-11-02 15:25 (UTC)

@ali.molaei No errors or warnings. Just this info:

2023-11-02T15:02:17.542859 | proton.vpn.app.gtk.app:58 | INFO | 
APP:PROCESS_START | self=<app.App object at 0x7f4cd8b1fc00 
(proton+vpn+app+gtk+app+App at 0x55b8ded9e940)>

ali.molaei commented on 2023-11-02 15:24 (UTC)

@ftumpt this might be due to a missing dependency on your system, that is installed on my system for another application, I myself am having no problems on Gnome. When you open the application from a terminal, is there any logs or errors or warnings being shown there?

ftumpt commented on 2023-11-02 15:08 (UTC)

@ali.molaei I'm now able to successfully build and install the package. However, the application is not working for me. If I try and run it from the DE (Gnome) nothing happens. If I run it from terminal small black window appears with no controls or anything. You can see the screenshot of this window here: https://ibb.co/26CMXV0 Did you maybe experience something similar?

ali.molaei commented on 2023-11-02 14:56 (UTC)

@yochananmarqos I don't know why part 4.2 is not OK here. There is no 'pyproject.toml' file in the source code so I think 4.2 is ok.

https://wiki.archlinux.org/title/Python_package_guidelines#setuptools_or_distutils

ftumpt commented on 2023-11-02 14:54 (UTC)

@ali.molaei That's weird. Who knows why that happened. Thanks for letting me know.

ali.molaei commented on 2023-11-02 14:52 (UTC) (edited on 2023-11-02 15:22 (UTC) by ali.molaei)

@ftumpt looks like the 4.1.0 tag is back, don't know why they removed them

ftumpt commented on 2023-11-02 13:30 (UTC) (edited on 2023-11-02 13:36 (UTC) by ftumpt)

Thanks for adding this package ali.molaei. For me the build is failing with the following error:

-> Creating working copy of proton-vpn-gtk-app git repo...
Cloning into 'proton-vpn-gtk-app'...
done.
fatal: invalid reference: 4.1.0

It seems like this tag (4.1.0) is no longer available on the upstream git repo. I don't see any tags actually.

yochananmarqos commented on 2023-11-01 21:30 (UTC)

Thanks for adding the new packages. Please follow Python package guidelines and use a Standards based (PEP 517) install