Skip to content

klipper: explicitly sync clipboard with selection with `IgnoreSelection` enabled

Fushan Wen requested to merge work/fuf/461155 into master

Reason for the change

When SyncClipboards is true but IgnoreSelection is true, the clipboard should still sync clipboard and selection. However, this is not done automatically, so Klipper still needs to do it manually.

Test plan

  1. Copy something to the primary clipboard (selection)
  2. Match the current text in the clipboard

Screenshots or screen recordings

Bugs fixed

BUG: 461155

Edited by Fushan Wen

Merge request reports