gnome-shell/js
Florian Müllner b5130c5943 util: Add AppSettingsMonitor
When integrating with optional components like Clocks, it is not safe
to access their GSettings right after the application became visible
to the AppSystem:
Installation is usually not atomic, so the .desktop file may appear
before the settings schema, in which case Gio will abort due to an
"invalid" schema ID.
To address this, add a small helper class that wraps the settings
access in a safe way.

https://bugzilla.gnome.org/show_bug.cgi?id=766410
2017-02-27 20:02:16 +01:00
..
extensionPrefs extensionPrefs: Tweak UI 2017-02-15 23:20:14 +01:00
gdm
misc util: Add AppSettingsMonitor 2017-02-27 20:02:16 +01:00
perf
portalHelper portalHelper: Don't fail to load because of TLS errors 2017-02-15 14:30:07 +01:00
ui viewSelector: Fix another case of mixing GJS and GObject signals 2017-02-26 15:01:24 +01:00
js-resources.gresource.xml status: Add nightLight indicator 2017-02-15 23:20:14 +01:00
Makefile.am