GNOME Bugzilla – Bug 759409
wayland: settings not always loaded
Last modified: 2015-12-14 13:21:10 UTC
Created attachment 317309 [details] [review] patch On some systems (here latest archlinux), the wayland backend does not use the regular gtk settings. Searching for the schema should be recursive, according to the docs, see the attached patch.
How are those systems set up to make this fail ?
g_settings_schema_source_get_default returns a source which points to the schemas installed in /usr/local and not /usr. Without /usr/local/share/glib-2.0/schemas, it works fine.