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

--- Comment #14 from alexxcons <[email protected]> ---
- 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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to