[Xfce-bugs] [Bug 12264] Crash when renaming single file in folder

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Sat Aug 20 13:12:03 CEST 2016


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

--- Comment #108 from Jonathan Rennison <j.g.rennison+xfce4-bugzilla at gmail.com> ---
The patch in attachment 6778 above moves the call to thunar_file_monitor_moved
which was previously done within thunar_file_rename when called by
_thunar_io_jobs_rename in an IO thread job, to be instead called by a new
function thunar_file_rename_notify by _thunar_io_jobs_rename_notify in the main
thread.
This is as thunar_file_monitor_moved does various things which are not safe to
do outside of the main thread.

I've been using this patch above in combination with the send move path
deactivating patch in attachment 6530 for about six months now, and it seems to
have resolved the rename crashing issues for me.

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


More information about the Xfce-bugs mailing list