Relates :
|
The HiDPI support for Linux added calls to g_settings for the org.gnome.desktop.interface schema which may not exist on all desktops. If the schema doesn't exist the gsettings module responds by aborting the process. We should be scanning for the presence of this schema before attempting to query it to avoid the extreme exception handling of the gsettings API.
|