Package Details: gp-saml-gui-git r57.17b2ca6-1

Git Clone URL: https://aur.archlinux.org/gp-saml-gui-git.git (read-only, click to copy)
Package Base: gp-saml-gui-git
Description: Interactively authenticate to GlobalProtect VPNs that require SAML
Upstream URL: https://github.com/dlenski/gp-saml-gui
Keywords: openconnect
Licenses: GPL3
Conflicts: gp-saml-gui
Provides: gp-saml-gui
Submitter: JamieMagee
Maintainer: JamieMagee
Last Packager: JamieMagee
Votes: 4
Popularity: 0.51
First Submitted: 2020-04-28 11:55 (UTC)
Last Updated: 2026-04-24 17:11 (UTC)

Latest Comments

JamieMagee commented on 2026-04-24 17:11 (UTC)

@xeco Done, switched to webkit2gtk-4.1. Thanks for the heads up.

xeco commented on 2026-04-24 16:24 (UTC)

The upstream updated its webkit2gtk dependency https://github.com/dlenski/gp-saml-gui/pull/92. Could you please change it to webkit2gtk-4.1? It takes forever to install the old webkit2gtk.

jal666 commented on 2021-04-08 13:23 (UTC) (edited on 2021-04-08 13:23 (UTC) by jal666)

$ gp-saml-gui

python: can't open file '/usr/lib/gp-saml-gui/gp-saml-gui.py': [Errno 2] No such file or directory

$ ls /usr/lib/gp-saml-gui

gp-saml-gui.8 gp_saml_gui.py LICENSE README.md requirements.txt setup.py test-globalprotect-login.py

[note the hyphen / underscore difference]

terminalmage commented on 2020-05-10 17:55 (UTC)

Also, the depends is not correct, I had to use this to get it to work:

depends=('python' 'python-requests' 'webkit2gtk' 'python-gobject')

terminalmage commented on 2020-05-10 17:34 (UTC)

This needs the following:

makedepends=(git)

Without it, this won't build in a minimal chroot which does not already have git installed.