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
Now, when switching back to Dolphin after posting this issue (and opening the built-in terminal with F4?) I got 10 dups... o dear!
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")] ```
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.
Can't reproduce with a new user.