https://bugs.kde.org/show_bug.cgi?id=469254
Bug ID: 469254 Summary: Dolphin doesn't auto-refresh when cut&paste from a symlinked directory Classification: Applications Product: dolphin Version: 23.04.0 Platform: Archlinux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: ad.liu....@gmail.com CC: kfm-de...@kde.org Target Milestone: --- Created attachment 158617 --> https://bugs.kde.org/attachment.cgi?id=158617&action=edit normal dir SUMMARY 1. When cutting a file from a symlinked directory, Dolphin doesn't gray out the file icon to indicate it's cut. 2. When pasting that file elsewhere, it's still visible in the original directory, until manually refresh. STEPS TO REPRODUCE 1. cd ~/tmp; mkdir dir1; touch dir1/{a,b}.txt; ln -s dir1 dir_s ///// Normal dir, expected result 2. Open Dolphin and go to ~/tmp/dir1 3. Select a.txt and press C-x. 4. Notice the file icon is grayed out. 5. Go to ~/Desktop and press C-v. 6. Go back to ~/tmp/dir1. Notice a.txt is gone. ///// Symlinked dir, the bug 7. Go to ~/tmp/dir_s. 8. Select b.txt and press C-x. 9. Notice the file icon is not grayed out. 10. Go to ~/Desktop and press C-v. 11. Go back to ~/tmp/dir_s. Notice b.txt is still there. 12. Press F5. b.txt is gone. The bug is still present with the latest kio/kf5 and dolphin/master, so I believe it's different from https://bugs.kde.org/show_bug.cgi?id=387663 SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105 KDE Gears Version: 23.04 Qt Version: 5.15.9 -- You are receiving this mail because: You are watching all bug changes.