[Xfce-bugs] [Bug 13364] After moving files, a Ghost file sometimes remains

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Wed Jun 19 23:42:09 CEST 2019


https://bugzilla.xfce.org/show_bug.cgi?id=13364

--- Comment #15 from Harald Judt <hjudt at xfce.org> ---
Last time I worked on thunar code, that reload stuff was a big mess and did not
even work for jobs (copying, moving files). What makes it more complicated is
that there are folder reloads and file reloads. I couldn't fix it completely,
and if you change one part, it often breaks the other parts. I believe the
proper solution would be to create a reload queue that gets processed regularly
(e.g. while idle) and confined to a single place. That way, reloads could also
be prioritized if necessary and perhaps unneeded/duplicate reloads could even
be avoided (network accesses for example are quite expensive regarding
performance). It could be more complicated than the current implementation, but
the current implementation looks also complicated and is hard to understand, so
maybe it doesn't matter.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list