[Xfce-bugs] [Bug 11913] Can't display trash panel

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Wed May 20 22:04:01 CEST 2015


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

--- Comment #32 from Harald Judt <hjudt at xfce.org> ---
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.


More information about the Xfce-bugs mailing list