Comment 6 for bug 1281580

Revision history for this message
PJSingh5000 (pjsingh5000) wrote :

Experiencing this issue on Ubuntu 16.04 x64.

To recreate...

Execute:
$ gsettings get org.compiz.expo:/org/compiz/profiles/unity/plugins/expo/ vp-saturation

Note the value is 40.0.

Create a file called /usr/share/glib-2.0/schemas/11_test.gschema.override with the following content:
    [org.compiz.expo:/org/compiz/profiles/unity/plugins/expo]
    vp-saturation = '10.0'

Note that a relocatable schema was specified in the above file.

Execute:
$ glib-compile-schemas /usr/share/glib-2.0/schemas/

Execute:
$ gsettings get org.compiz.expo:/org/compiz/profiles/unity/plugins/expo/ vp-saturation

Note that the vp-saturation value is still 40, and has not been updated.