@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?
Search Criteria
Package Details: proton-vpn-gtk-app 4.7.4-2
Package Actions
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: | 85 |
Popularity: | 10.46 |
First Submitted: | 2023-11-01 12:41 (UTC) |
Last Updated: | 2024-11-14 16:19 (UTC) |
Dependencies (23)
- dbus-python (python-dbus)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- python-aiohttp (python-aiohttp-gitAUR)
- python-bcrypt
- python-cairo (python-cairo-gitAUR)
- python-distro
- python-gnupg
- python-gobject (python-gobject-gitAUR)
- python-jinja
- python-packaging
- python-proton-coreAUR
- python-proton-keyring-linuxAUR
- python-proton-vpn-api-coreAUR
- python-proton-vpn-network-managerAUR
- python-pynacl
- python-pyopenssl
- python-requests
- python-sentry_sdk
- webkit2gtk (webkit2gtk-imgpasteAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- libappindicator-gtk3 (optional)
- python-proton-vpn-local-agent-binAUR (optional)
Required by (0)
Sources (1)
ftumpt commented on 2023-11-02 15:08 (UTC)
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
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 onhttps://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 usingcp
command it works fine - If I package it (usinginstall
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.