Created attachment 189284 [details] Configure docker panel option cannot be reached under wayland mode SUMMARY Popup palette "Configure docker panel" button cannot clicked, it will just close popup palette as if clicking on canvas. It is wayland specific, only happened if krita 6.0 launched with `export QT_QPA_PLATFORM=wayland` STEPS TO REPRODUCE 1. Launch krita 6 with `export QT_QPA_PLATFORM=wayland` to make sure in native wayland mode 2. Bring up popup-palette, click on "Configure docker panel" button with mouse or stylus. 3. OBSERVED RESULT Popup-palette closed EXPECTED RESULT Bring up configure docker panel SOFTWARE/OS VERSIONS Operating System: Debian GNU/Linux 13 KDE Plasma Version: 6.3.6 KDE Frameworks Version: 6.13.0 Qt Version: 6.8.2 Kernel Version: 6.12.63+deb13-amd64 (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 8700G w/ Radeon 780M Graphics Graphics Processor: AMD Radeon Graphics ADDITIONAL INFORMATION
Confirmed. It worked on 6.0.0-prealpha-81586693ef from October 24, so it's a regression.
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2652
Git commit 291a86d654789be51901001941d0694676c72751 by Dmitry Kazakov, on behalf of Luna Lovecraft. Committed on 18/02/2026 at 13:48. Pushed by dkazakov into branch 'master'. Fix popup palette docker config not showing up on wayland On wayland QDialog does not like being parented to a popup window, and immediately receives a close event, so we parent it to the main window instead. M +1 -1 libs/ui/widgets/KisDockerHud.cpp https://invent.kde.org/graphics/krita/-/commit/291a86d654789be51901001941d0694676c72751
Git commit c60416649af69ea7db9ebdd9043f6e06f3af75b5 by Dmitry Kazakov. Committed on 18/02/2026 at 13:49. Pushed by dkazakov into branch 'krita/6.0'. Fix popup palette docker config not showing up on wayland On wayland QDialog does not like being parented to a popup window, and immediately receives a close event, so we parent it to the main window instead. (cherry picked from commit 291a86d654789be51901001941d0694676c72751) Co-authored-by: Luna Lovecraft <ciubix8514@gmail.com> M +1 -1 libs/ui/widgets/KisDockerHud.cpp https://invent.kde.org/graphics/krita/-/commit/c60416649af69ea7db9ebdd9043f6e06f3af75b5