Kevin Yue
Kevin Yue
gpclient now supports authenticating on the host machine, obtaining the auth cookie, and feeding it to the gpclient in the Docker container to complete authentication. No plan to support the...
Sorry about the inconvenience. You can use the CLI version as an alternative. And you are right about the license checking. I definitely need to improve the license checking so...
@korst1k You can run `sudo gpclient connect ` to connect to the VPN. Run `gpclient help connect` for more details.
Looks like the license service is being resolved now.
Improved in v2.5.0
Consider using the `--browser chrome` option to specify the browser you want to use. On Wed, Aug 28, 2024 at 21:27 Roberto Leinardi ***@***.***> wrote: > *Describe the bug* >...
Does `--browser default` work for you On Wed, Aug 28, 2024 at 23:08 Roberto Leinardi ***@***.***> wrote: > Thanks, I'm already using that workaround, but still it's a issue that...
The default-browser option can still launch the browser, but it is not the default one, right? Can you finish authentication in the launched browser?
Hi @leinardi, both the `--default-browser` and `--browser default` options work as expected for me on Ubuntu 20.04.6 LTS, GNOME 3.36.8. Do you have other Linux machines to test with?
@leinardi under the hood, it will use `xdg-open` to launch the browser. https://github.com/Byron/open-rs/blob/c26d98cc66979f153682690201a4748026012224/src/unix.rs#L17-L22 1. Try to run `xdg-open https://google.com` to see if it can open the default browser. 2. Try...