Bug 372915 - Pressing refresh on a deleted folder does not work
Summary: Pressing refresh on a deleted folder does not work
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-25 11:06 UTC by Alex Richardson
Modified: 2018-02-27 17:34 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Richardson 2016-11-25 11:06:57 UTC
When I have dolphin open in folder /tmp/foo and then externally run rmdir /tmp/foo, dolphin displays /tmp/foo (deleted).
When I then later run mkdir /tmp/foo I would expect that pressing F5 in dolphin should show the new folder contents but instead it attempts to show "/tmp/foo (deleted)" which obviously doesn't exist.
Comment 1 Julian Steinmann 2018-02-27 17:34:20 UTC
No longer valid, as Dolphin (tested with v.17.12.2) is now only showing a warning ("The file or folder /tmp/foo does not exist"). Therefore, if the folder is created again, Dolphin will show the correct contents of the folder :)