[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:24:31 CEST 2019


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

--- Comment #14 from alexxcons <alexxcons at xfce.org> ---
- Removing "thunar_folder_file_changed" is not an option, because like that,
"mv test1 test2" in an open folder will not be recognized by thunar.

- Removing only the if (G_UNLIKELY (folder->corresponding_file == file)) is as
well bad, since this will cause many unnecesarry folder reloads.

The Problem comes from "thunar_folder_reload" beeing executed repeatedly.

Each reload stops a job and than starts a new job. A stopped,
stopped/unfinished job may lead to:
(thunar:2655): thunar-CRITICAL **: thunar_folder_finished: assertion
'folder->content_type_idle_id == 0' failed
That will cause the view to dont update.

... to be further investigated

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


More information about the Xfce-bugs mailing list