Bug 509640

Summary: Dolphin shows duplicates, when filtering for a file
Product: [Applications] dolphin Reporter: postix <postix>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kdedev, kfm-devel
Priority: NOR    
Version First Reported In: 25.08.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Screenshot

Description postix 2025-09-18 15:18:40 UTC
Created attachment 185052 [details]
Screenshot

STEPS TO REPRODUCE
1. Open Dolphin
2. Open ~/.config
3. Ctrl + I, Filter for "kwinrc"

OBSERVED RESULT
"kwinrc" appears three times (it's the very same file)

EXPECTED RESULT
"kwinrc" appears only a single time


SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20250914
KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.2
Kernel Version: 6.16.7-1-default (64-bit)
Graphics Platform: Wayland
Comment 1 postix 2025-09-18 15:20:18 UTC
Now, when switching back to Dolphin after posting this issue (and opening the built-in terminal with F4?) I got 10 dups... o dear!
Comment 2 postix 2025-09-18 18:26:58 UTC
In Journalctl I see
```
dolphin[3642]: org.kde.dolphin: Multiple items found with the URL QUrl("file:///home/user/.config/kwinrc")
dolphin[3642]: org.kde.dolphin: index 117 : [KFileItem for QUrl("file:///home/user/.config/kwinrc")]
dolphin[3642]: org.kde.dolphin: index 116 : [KFileItem for QUrl("file:///home/user/.config/kwinrc")]
dolphin[3642]: org.kde.dolphin: index 115 : [KFileItem for QUrl("file:///home/user/.config/kwinrc")]
```
Comment 3 TraceyC 2025-09-23 22:18:19 UTC
I'm not able to reproduce this on Dolphin built from git-master or 25.08.1. I also don't have entries like that in my system logs.
Can you reproduce this with a brand new user? I'm wondering if there's an old config file or cache file somewhere that's causing a problem.
Comment 4 postix 2025-09-25 15:06:42 UTC
Can't reproduce with a new user.