https://bugs.kde.org/show_bug.cgi?id=505399
Bug ID: 505399 Summary: does not update content if "[" in the path Classification: Applications Product: dolphin Version First 24.12.3 Reported In: Platform: Gentoo Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: spiked....@gmail.com CC: kfm-de...@kde.org Target Milestone: --- Inotify notification lost and directory view does not update if path contains bracket symbol "[". STEPS TO REPRODUCE 1. Create directory with [ in the name 2. Open directory in dolphin 3. Create file in other application OBSERVED RESULT Dolphin does not show created file. EXPECTED RESULT Directory view shows created file without explicit refresh. SOFTWARE/OS VERSIONS Operating System: Gentoo Linux 2.17 KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.13.0 Qt Version: 6.8.3 Kernel Version: 6.12.31-gentoo (64-bit) Graphics Platform: Wayland ADDITIONAL INFORMATION QT_LOGGING_RULES="kf.kio.core.dirlister.debug=true;kf.coreaddons.kdirwatch.debug=true" QT_FORCE_STDERR_LOGGING=1 dolphin For directory with "[" kf.coreaddons.kdirwatch: got event "CREATE" for entry "/home/user/Videos/[" [file] "aaa.ttt" kf.coreaddons.kdirwatch: -->got CREATE signal for "/home/user/Videos/[/aaa.ttt" sub_entry= 0x0 kf.kio.core.dirlister: "/home/user/Videos/[" kf.kio.core.dirlister: aborted, directory QUrl("file:///home/user/Videos/%5B") not in cache. kf.kio.core.dirlister: aborted, directory QUrl("file:///home/user/Videos") not in cache. kf.kio.core.dirlister: "/home/user/Videos/[" kf.kio.core.dirlister: aborted, directory QUrl("file:///home/user/Videos/%5B") not in cache. kf.kio.core.dirlister: aborted, directory QUrl("file:///home/user/Videos") not in cache. For directory without "[" kf.coreaddons.kdirwatch: got event "CREATE" for entry "/home/user/Videos" [file] "bbb.txt" kf.coreaddons.kdirwatch: -->got CREATE signal for "/home/user/Videos/bbb.txt" sub_entry= 0x0 kf.kio.core.dirlister: "/home/user/Videos" kf.kio.core.dirlister: aborted, directory QUrl("file:///home/user") not in cache. kf.kio.core.dirlister: "/home/user/Videos" kf.kio.core.dirlister: aborted, directory QUrl("file:///home/user") not in cache. kf.kio.core.dirlister: QUrl("file:///home/user/Videos") kf.kio.core.dirlister: QUrl("file:///home/user/Videos") listers= QList() holders= QList(KDirLister(0x5d698c57f700)) kf.kio.core.dirlister: Killed= false kf.kio.core.dirlister: update started in QUrl("file:///home/user/Videos") kf.kio.core.dirlister: finished update QUrl("file:///home/user/Videos") kf.kio.core.dirlister: new file: "bbb.txt" kf.kio.core.dirlister: in QUrl("file:///home/user/Videos") item: QUrl("file:///home/user/Videos/bbb.txt") -- You are receiving this mail because: You are watching all bug changes.