Kevin Yue

Results 428 comments of Kevin Yue

To resolve the login two times issue, try pass the '--as-gateway' option to see if it works for you.

it is released in https://github.com/yuezk/GlobalProtect-openconnect/releases/tag/v2.1.3, try to upgrade the client

Try this https://github.com/yuezk/GlobalProtect-openconnect/issues/381#issuecomment-2217591395, which is available in 2.3.4.

> Do you have a recommend way of running this "gpclient" on a Ubunutu server with no UI. Then running gpclient in the background? I prefer the systemd service if...

@renmq looks like you installed the official client, which will conflict with this client because both registered the same MIME scheme. Try the solutions linked to see if it works...

Hi, I'm from #7201 and am curious about the root cause since the code has been strongly typed. Looks like this is a runtime error and the root cause is...

Thanks for explaining this. I agree with your decision.

The reason the GUI doesn't require a sudo command is that we have predefined a polkit policy for it. It still using `sudo` under the hood. https://github.com/yuezk/GlobalProtect-openconnect/blob/ea9819d161dde3ffa8405feedd917629211b26ca/packaging/files/usr/share/polkit-1/actions/com.yuezk.gpgui.policy#L1-L18

A workaround is to set the initial window visible to `false` and call the show method after the window is created. Set the initial visible to `false` will cause the...

@Sterling7667 I need to set up a VM to test this. Are you using `Fedora Kinoite`? Can you provide the steps to install Chrome and the gpclient because I'm not...