Source: marco Version: 1.8.2+dfsg1-6 Severity: important With the latest GLib changes [1], if an app reads some data from GSettings before connecting there, it actually won't receive any notifications from GSettings afterwards.
The issue was partially fixed for Marco (see [2]), but it turned out that the keybindings change notifications still didn't work. It was caused by using different instances of GSettings for listening to the changes and reading the values. The upstream pull request [3] fixes this issue for Marco, making the keybindings change notifications work with GLib >= 2.43. [1] https://git.gnome.org/browse/glib/commit/?id=8ff5668a458344da22d30491e3ce726d861b3619 [2] https://bugs.debian.org/778694 [3] https://github.com/mate-desktop/marco/pull/190