Bug 513774 - "move to trash" should be shown in red
Summary: "move to trash" should be shown in red
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Albums-MainView (other bugs)
Version First Reported In: 8.8.0
Platform: Other Other
: NOR minor
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-24 08:41 UTC by fch22
Modified: 2025-12-25 10:54 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 9.0.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fch22 2025-12-24 08:41:56 UTC
in right click menu, commands are displayed in white or red.
some commands relative to a remove command are shown in red (remove all faces, remove all tags) , but other remove commands are not, in particular move to trash
should be useful to set all remove commands in red , to highligth them
Comment 1 Maik Qualmann 2025-12-24 09:10:28 UTC
This is a trash action, not a permanent deletion of an item. We are using the correct KF6 Breeze icon "user-trash" and this one is not red.

Maik
Comment 2 caulier.gilles 2025-12-24 09:35:21 UTC
Git commit 23fe2fe99786bb971455e66e9a198a91243861ee by Gilles Caulier.
Committed on 24/12/2025 at 09:34.
Pushed by cgilles into branch 'master'.

Use red icon for all "move to trash" actions.
FIXED-IN: 8.9.0

M  +2    -2    NEWS
M  +1    -1    core/app/items/utils/contextmenuhelper_actions.cpp
M  +1    -1    core/app/main/digikamapp_setup.cpp
M  +1    -1    core/libs/dialogs/deletedialog.cpp
M  +1    -1    core/utilities/imageeditor/editor/editorwindow.cpp
M  +1    -1    core/utilities/imageeditor/main/imagewindow_setup.cpp
M  +2    -2    core/utilities/lighttable/lighttablewindow_setup.cpp

https://invent.kde.org/graphics/digikam/-/commit/23fe2fe99786bb971455e66e9a198a91243861ee
Comment 3 Maik Qualmann 2025-12-24 09:42:44 UTC
The "Move to Trash" icon is not red in Dolphin, for example.

Maik
Comment 4 caulier.gilles 2025-12-24 09:46:49 UTC
yes, but other remove action are in red. I think the idea to give an homogeneous color for delete/remove actions using red color is valid.