Summary: | In the Annotate mode tool color menu, clicking the ellipsis button changes the color to black instead of opening the full color picker | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | Sauf <hsaom> |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | alexander.stehlik, john.kizer, sadiyumusak |
Priority: | NOR | ||
Version First Reported In: | 25.04.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sauf
2025-06-12 00:35:15 UTC
Wayland only affected, not x11. *** This bug has been marked as a duplicate of bug 502650 *** (In reply to Antonio Rojas from comment #2) > > *** This bug has been marked as a duplicate of bug 502650 *** Thanks for triage, but I think it's little bit different. with new qt update bug 502650 has gone and you can change and select, but now you only can't select color picker. maybe it is side effect too. both bugs are related to kcolorpicker and kimageannotator. It seems the developer abounded projects.(In reply to Sauf from comment #3) > (In reply to Antonio Rojas from comment #2) > > > > *** This bug has been marked as a duplicate of bug 502650 *** > > Thanks for triage, but I think it's little bit different. with new qt update > bug 502650 has gone and you can change and select, but now you only can't > select color picker. maybe it is side effect too. though both bugs are related to kcolorpicker (https://github.com/ksnip/kColorPicker) and kimageannotator (https://github.com/ksnip/kImageAnnotator). I can reproduce on my Fedora KDE 42 device with KDE stuff built from source: Gwenview: 25.07.70 KDE Frameworks: 6.16.0 Qt: Using 6.9.1 and built against 6.9.1 Fedora Linux 42 (KDE Plasma Desktop Edition) (Wayland) Kernel: linux 6.14.9-300.fc42.x86_64 Thanks! It seems we need to use something like "~/.local/share/applications/spectacle-annotator.desktop" with "Exec=spectacle -E %U" to annotate images using these tools until this is fixed, and return to Gwenview Annotator only when we also want to apply immage effects like Drop Shadow, Border, etc. which Spectacle Annotator doesn't have. Ideally, users would be happier to see the same annotation utility having all these functionalities and interface combined into one, and embedded in these 2 closely related apps. (In reply to Sadi from comment #6) > It seems we need to use something like > "~/.local/share/applications/spectacle-annotator.desktop" with > "Exec=spectacle -E %U" to annotate images using these tools until this is > fixed, and return to Gwenview Annotator only when we also want to apply > immage effects like Drop Shadow, Border, etc. which Spectacle Annotator > doesn't have. > > Ideally, users would be happier to see the same annotation utility having > all these functionalities and interface combined into one, and embedded in > these 2 closely related apps. Yeah, agree. For now we can also use Gwenview XWayland env (QT_QPA_PLATFORM=xcb); because X11 is not effected. Gwenview Annotator library is third party and unmaintained. KDE developers want to give features parity (=replace?) Gwenview with Photos (Koko). Photos is QML app and now it is under heavy development. Spectacle Annotator is available in that too. |