GNOME Bugzilla – Bug 772092
GUnixMountMonitor's mounts-changed signal no longer activates
Last modified: 2016-09-29 21:37:06 UTC
The 'mounts-changed' signal for GUnixMountMonitor objects constructed by g_unix_mount_point_get() no longer emits when mounts change, when using glib-2.50.0. It works fine with glib-2.48.
Sorry that should be "... constructed by g_unix_mount_monitor_get()".
Created attachment 336423 [details] test case
On further testing, the source of the problem appears to be the linux libmount code. It seems to break GUnixMountMonitor, which is a nuisance.
Thanks for your report. I've already pushed a fix for it. *** This bug has been marked as a duplicate of bug 662946 ***
That fixes it for me. It would be useful if you (or whoever decides such things) were to consider issuing a 2.50.1 release at some point. This is going to break quite a lot of stuff.