Bug 492903

Summary: Dolphin Tag assigned through 'Information Panel' assigns with slash, while Context menu's 'Assign Tags' doesn't inserts slash
Product: [Applications] dolphin Reporter: reports_go_brrr <goodaqua>
Component: panels: informationAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kfm-devel
Priority: NOR    
Version: 24.08.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Showcase
kedittagsdialog.cpp Baloo-widgets.patch
kedittagsdialog.cpp Baloo-widgets.patch

Description reports_go_brrr 2024-09-09 20:11:20 UTC
Created attachment 173487 [details]
Showcase

SUMMARY
There is 2 methods of assigning the tag: through "Assign Tags" in Context menu and through Information Panel.
Information panel assigns tag with slash (/) like "/context" while "Assign Tags" does this without slash (/) like "context".
Here I stand for method without slash because it looks cleaner. Although it is a topic for discussion.

STEPS TO REPRODUCE
1. Open Dolphin
2. Select any file or folder which your user can edit
3. Open Information Panel through F11
4. Select file or folder
5. Reach "Tags" properties in Information Panel
6. In the field "Create new tag:" enter desired name for the tag like "context".
7. Click "Save".

OBSERVED RESULT
Tag itself is added with slash (/) in mind, you can observe it by holding mouse over tag name in "Tags" section or by activating Tags column.

EXPECTED RESULT
I wish Information Panel will add tag without slash.

SOFTWARE/OS VERSIONS
Operating System: EndeavourOS
KDE Plasma Version: 6.1.4
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2
Kernel Version: 6.10.7-arch1-1 (64-bit)
Graphics Platform: X11
Latest packages are installed.

ADDITIONAL INFORMATION
Vanilla Dolphin, vanilla Baloo, vanilla EndeavourOS.
Comment 1 reports_go_brrr 2024-09-10 15:22:40 UTC
I will abandon this bug report in sake of https://bugs.kde.org/show_bug.cgi?id=488588 which was sent earlier than mine.
Comment 2 reports_go_brrr 2024-09-10 15:31:40 UTC

*** This bug has been marked as a duplicate of bug 488588 ***
Comment 3 reports_go_brrr 2024-10-10 18:35:11 UTC
Created attachment 174640 [details]
kedittagsdialog.cpp Baloo-widgets.patch
Comment 4 reports_go_brrr 2024-10-10 18:36:16 UTC
Created attachment 174641 [details]
kedittagsdialog.cpp Baloo-widgets.patch