Summary: | Impossible to tag multiple files at the same time via context menu | ||
---|---|---|---|
Product: | [Frameworks and Libraries] baloo-widgets | Reporter: | Patrick Silva <bugseforuns> |
Component: | general | Assignee: | Stefan Brüns <stefan.bruens> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | elvis.angelaccio, kfm-devel, nate, postix, safeerpasha7, tagwerk19 |
Priority: | NOR | ||
Version: | 23.04.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | https://bugreports.qt.io/browse/QTBUG-79751 | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=420116 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | |||
Bug Blocks: | 497416 |
Description
Patrick Silva
2020-04-12 14:00:00 UTC
Unfortunately this is unfixable as Qt automatically closes the menu when an item is clicked, and this cannot be overridden in any KDE code. See https://bugreports.qt.io/browse/QTBUG-79751 The bug is not about "multiple tags", but "multiple files", so the QMenu bug/feature request does not apply. This is definitely something that can be changed in dolphin, though it becomes somewhat complicated when the selected files have different tags. The "multiple tags" case could be improved as well. There are two methods in dolphin to tag a file: - using the context menu - using the "Information" panel (F11) The information panel opens a dialog where multiple tags can be selected, and new ones be added. The context menu also opens a dialog when "Assign tags..." -> "Create new..." is selected. The latter could be changed to show the same dialog as the information panel. I have opened https://bugs.kde.org/show_bug.cgi?id=420116 for the "multiple tags" case. Oops sorry, my mistake. This is what happens when you triage bugs at 22:00... *** Bug 426631 has been marked as a duplicate of this bug. *** |