Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2017 21:23:24 +0000
From:      bugzilla-noreply@freebsd.org
To:        xfce@FreeBSD.org
Subject:   [Bug 217946] x11-fm/thunar dumps core on file or dir rename
Message-ID:  <bug-217946-28711-b4KqYGLKfZ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217946-28711@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217946-28711@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217946

--- Comment #18 from Guido Falsi <madpilot@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 xfdeskt=
op
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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217946-28711-b4KqYGLKfZ>