Skip to content

Fix bug with DockWidgets on Wayland

Tomaz Canabrava requested to merge work/fix_dock_widgets into master

The best thing we could do here is to use KDockWidgets but it's GPL so we can't. (maybe we can for the desktopapp, I'm not sure). Having a floating dock widget in wayland breaks everything and makes the app crash on mouse movements, so just forbid it.

Merge request reports