On EndeavourOS Galileo:
After opening a session requiring web auth the browser is not launched:
strace says:
access("/home/user/.cache/yay/openvpn3/src/glib-2.74.6/_out/libexec/gio-launch-desktop", X_OK) = -1 ENOENT (Adresář nebo soubor neexistuje)
(directory or file does not exist)
Output:
Web based authentication required.
Could not open the URL automatically.
Open this URL to complete the connection:
Pinned Comments
bhyoo commented on 2024-07-08 11:46 (UTC) (edited on 2024-07-08 11:47 (UTC) by bhyoo)
If you have trouble with building it, please run
yay -Scc
oryay -Sc
.FYI. I replaced
gdbuspp-git
withgdbuspp
in the PKGBUILD dependency, and it seems that the build fails because the locally cached PKGBUILD is not updated.