Skip to content

applets/colorpicker: Unify methods to pick a color in Wayland and X11

Ismael Asensio requested to merge work/iasensio/unify-colorpicker-grab into master

Use DBus method provided by KWin on both platforms.

This allows to port away from deprecated QDesktopWidget (teams/frameworks-devs/kf6-workboard#4 (comment 438525)), and also simplify the code structure as there is only one path now

Merge request reports