Skip to content

x11: Forward current selection state when initializing X11 selections

Carlos Garnacho requested to merge wip/carlosg/on-demand-forward-selections into master

Most visible with xwayland-on-demand, at the time of setting things up for X11 selections, we don't forward the current state. This makes the first started X11 app oblivious to eg. the current clipboard.

Syncing selections up at the time of initializing the X11 selection stuff ensures that doesn't happen.

Merge request reports