https://bugzilla.xfce.org/show_bug.cgi?id=11913
--- Comment #32 from Harald Judt <[email protected]> --- Created attachment 6271 --> https://bugzilla.xfce.org/attachment.cgi?id=6271&action=edit fix-gsourcefunc-in-file-reload-idle.patch Oh, so success this time! However, I suspect that only this part of the patch is necessary. The line that replaces g_idle_add with gdk_threads_idle_add might not be required and could even cause performance degradation. To be sure, please try again with this revised patch. It fixes the return value of thunar_file_reload, which should be gboolean not void because it is a GSourceFunc callback function. Probably that is what is causing the varying behaviour on different systems; some might treat the missing return value as true, others as false and react accordingly (repeated reloading vs reloading only once). -- 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
