Bug 497415

Summary: Removing a tag entirely doesn't remove it from the left panel directly
Product: [Applications] dolphin Reporter: postix <postix>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: NEEDSINFO WAITINGFORINFO    
Severity: normal CC: john.kizer, kfm-devel, tagwerk19
Priority: NOR    
Version: 24.08.3   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description postix 2024-12-13 14:00:18 UTC
STEPS TO REPRODUCE
1. Add a keyword such as "foobar" to a file
2. Open the keyword folder "tags://foobar" by clicking on it in the left panel
3. Remove it again by opening the context menu of the same file and clicking on "foobar"

OBSERVED RESULT
The view isn't updated. When hitting F5 it says 
```
 kioworker[25279]: kf.kio.workers.tags: "tags:/foobar" list() invalid url
```
and the tag stays in the left panel but does not vanish.

EXPECTED RESULT
Tags should be managed in Dolphin's settings, so you can create and delete those and they could exist w/o needing to be associated to at least a single file. However, in the current situation I'd expect the keyword to also vanish from the panel as it does from the context menu.


SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 41
KDE Plasma Version: 6.2.4
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.0
Graphics Platform: Wayland
Comment 1 John Kizer 2024-12-22 05:01:15 UTC
Hi - just to check, does the tag remain in the panel if you close and reopen Dolphin?

Once the file is deleted but the tag remains visible, does running balooctl6 status show any activity?

Thanks!