[kcolorchooser] [Bug 479406] The "Pick Screen Color" button is missing on Wayland session
Thomas Weißschuh
bugzilla_noreply at kde.org
Tue May 21 20:52:09 BST 2024
https://bugs.kde.org/show_bug.cgi?id=479406
Thomas Weißschuh <thomas at t-8ch.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit| |https://invent.kde.org/grap
| |hics/kcolorchooser/-/commit
| |/dace6c0d2b04b444b4e4a92045
| |0a7ed24b79cc30
Resolution|--- |FIXED
Status|CONFIRMED |RESOLVED
--- Comment #18 from Thomas Weißschuh <thomas at t-8ch.de> ---
Git commit dace6c0d2b04b444b4e4a920450a7ed24b79cc30 by Thomas Weißschuh.
Committed on 21/05/2024 at 18:02.
Pushed by nicolasfella into branch 'master'.
Allow dbus processing in qt-base to enable color-picking via portal
qt-base uses dbus to query the desktop portal if color-picking is
supported, without explicitly waiting for the result.
kcolorchooser creates its QColorDialog before the response was processed
and therefore color picking via the portal is presumed to be
unavailable.
Give the eventloop the opportunity to process the event and only
afterwards create the QColorDialog.
See https://bugreports.qt.io/browse/QTBUG-120957
M +3 -0 kcolorchooser.cpp
https://invent.kde.org/graphics/kcolorchooser/-/commit/dace6c0d2b04b444b4e4a920450a7ed24b79cc30
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list