FedoraQt / adwaita-qt

A style to bend Qt applications to look like they belong into GNOME Shell
Other
488 stars 48 forks source link

File dialogs are tiled on sway #191

Closed 9ary closed 1 year ago

9ary commented 1 year ago

On sway, when opening a file dialog from a Qt application, the dialog ends up tiled rather than floating. This only happens when using adwaita-qt (with QT_QPA_PLATFORMTHEME=gtk3) and running natively on Wayland:

I believe the root cause is failure to send xdg_toplevel::set_parent properly.

9ary commented 1 year ago

Apologies, the platform theme is part of Qt itself.