[Bug 217946] x11-fm/thunar dumps core on file or dir rename
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Nov 13 21:23:25 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217946
--- Comment #18 from Guido Falsi <madpilot at FreeBSD.org> ---
Regarding the xfdesktop crash:
xfce is using the (deprecated) G_FILE_MONITOR_SEND_MOVED, which causes the glib
backend to generate G_FILE_MONITOR_EVENT_MOVED events, but these are
unsupported in the GIO backend. There's an assertion which fails causing the
crash.
I'm unsure how to attack this.
One option is to disable the G_FILE_MONITOR_SEND_MOVED flag and let xfdesktop
cope with separate deleted and created events.
Another option could be to modify xfdesktop to use the non deprecated and
apparently supported G_FILE_MONITOR_WATCH_MOVES flag (and related events). This
is definitely more difficult.
I have seen no changes to this code in the upstream repositories.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-xfce
mailing list