dlenski / gp-saml-gui

Interactively authenticate to GlobalProtect VPNs that require SAML
GNU General Public License v3.0
305 stars 69 forks source link

Web prompt does not work on Wayland #40

Open metalklesk opened 2 years ago

metalklesk commented 2 years ago

Hello, I'm new here.

I was trying gp-saml-gui and it works perfect on X11 but on Wayland I cannot see the form lo login with Azure Screenshot_20220321_174259

I don't know if this is an issue with Wayland or gp-saml-gui, maybe if someone can give me a hand, please?

Thanks and greetings!

emptybay commented 2 years ago

Can confirm this indeed on Ubuntu Jammy Jellyfish :( EDIT: This w/a did the trick for me : WEBKIT_DISABLE_COMPOSITING_MODE=1 ./gp-saml-gui -P --gateway --clientos=Window ...

DimitriPapadopoulos commented 2 years ago

Perhaps this environment variable could be set by the script itself, but it would be nice to set it only when required. Do you have any clue how to detect this issue, or at least detect that Wayland or the impacted version of Wayland are in use?