Skip to content

Support XDG activation

David Edmundson requested to merge work/d_ed/activation into master

QWaylandLayerShellIntegration has virtual hooks for Xdg Activation.

This is important to hook up in layer shell because activation using requestActivate in Qt will go through this path. It also means we have support for us to drop the implementation in KWindowSystem in favour of calling into Qt.

Merge request reports