dlenski / gp-saml-gui

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

Blank SAML Login Window #91

Open dacianstremtan opened 7 months ago

dacianstremtan commented 7 months ago

I'm on Gentoo Linux and now I get a blank page for the SAML login page and I cannot finish the login process.

image

PavelStishenko commented 3 months ago

I face the same issue on Debian Testing. It seems like rendering issue, because mouse pointer changes when I hover it over the window.

PavelStishenko commented 3 months ago

OK. I have found a workaround for that here: https://forums.debian.net/viewtopic.php?t=157612

Just set environment variable: WEBKIT_DISABLE_DMABUF_RENDERER="1"

tebrandt commented 1 month ago

OK. I have found a workaround for that here: https://forums.debian.net/viewtopic.php?t=157612

Just set environment variable: WEBKIT_DISABLE_DMABUF_RENDERER="1"

Thank you for this fix, I had the same issue and this corrected it.