Skip to content

the type of a file isn't refreshed after its been changed outside of thunar

Submitted by ott..@..il.com

Assigned to Jannis Pohlmann

Link to original bug (#9245)

Description

User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.81 Safari/537.1 Build Identifier: Thunar 1.2.3

if, after you delete a file, you create a file with the same name as the deleted one in a terminal, thunar still says the type of the new file is that if the old one.

Reproducible: Always

Steps to Reproduce: 1.create a file (lets say an mp3 file) 2.delete this file 3.create in a terminal a file with the same name (lets say a symlink) Actual Results:
thunar says this new file (the symlink) is still the same as the old one (an mp3 file)

Expected Results:
it should refresh and properly recognize the new file's type (a symlink).