Summary: | No taskbar icon for bookmark editor window | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | james |
Component: | Geolocation-Bookmarks | Assignee: | imaging-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bbc.quincy, caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 8.2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/e52dc53f6bd9b6693cc63d11b7a48e4b4ae8d065 | Version Fixed In: | 8.2.0 |
Sentry Crash Report: | |||
Attachments: | Screenshot of issue |
Description
james
2012-05-11 17:35:46 UTC
Which digiKam version you use ? Where in GUI ? Please take a shoot... Gilles Caulier Created attachment 71067 [details]
Screenshot of issue
Empty space visible second from bottom in Unity taskbar on the left.
I'd guess the window is implemented as a modal dialog (blocking the main window while open) and not as a separate main window. I see no technical requirement though why it must be like that. *** Bug 342425 has been marked as a duplicate of this bug. *** Maik, This problem is fully reproducible with 8.2.0 under Plasma 5. If i follow the comment #3 from MArcel, this can be fixed easily. Gilles Maik, Code is here : https://invent.kde.org/graphics/digikam/-/blob/master/core/utilities/geolocation/geoiface/bookmark/gpsbookmarkowner.cpp?ref_type=heads#L119 Gilles It seems to be normal that other QDialogs from a modal QDialog do not appear in the taskbar. We can set the window flags accordingly so that the bookmark dialog appears accordingly in the taskbar. However, the windows will also be grouped in the taskbar in Plasma if the appropriate settings are made. Maik Git commit e52dc53f6bd9b6693cc63d11b7a48e4b4ae8d065 by Maik Qualmann. Committed on 24/10/2023 at 12:43. Pushed by mqualmann into branch 'master'. show bookmark editor in the taskbar and only allow one window FIXED-IN: 8.2.0 M +1 -1 NEWS M +7 -2 core/utilities/geolocation/geoiface/bookmark/bookmarksdlg.cpp M +21 -9 core/utilities/geolocation/geoiface/bookmark/gpsbookmarkowner.cpp https://invent.kde.org/graphics/digikam/-/commit/e52dc53f6bd9b6693cc63d11b7a48e4b4ae8d065 |