Bug 509640 - Dolphin shows duplicates, when filtering for a file
Summary: Dolphin shows duplicates, when filtering for a file
Status: RESOLVED NOT A BUG
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: 25.08.1
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-18 15:18 UTC by postix
Modified: 2025-09-25 15:06 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot (212.13 KB, image/png)
2025-09-18 15:18 UTC, postix
Details

Note You need to log in before you can comment on or make changes to this bug.
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.