Skip to content

Use 450x450 minimum size for QWebEngineView used in libopenconnect SAML authentication flow

While the original logic for handling the QWebEngineView size worked fine on X11, it lead to the authentication dialog being essentially unusable in Wayland. For some reason, sizes larger than 450x450 for the minimum size lead to an issue where the dialog is clipped in Wayland. Using the 450x450 minimum size to make the login flow accessible to Wayland users.

BUG: 480287 Signed-off-by: Rahul Rameshbabu sergeantsagara@protonmail.com

I am investigating the proper solution for this issue in parallel. I believe the bug involves Qt + Wayland but will likely take a while for me to narrow down. Suggesting this workaround to ungate users.

wayland-dialog-fix

Merge request reports