Code review comment for lp:~artmello/indicator-datetime/indicator-datetime-notfication_settings

Revision history for this message
Charles Kerr (charlesk) wrote :

Okay, got a fix for it at http://paste.ubuntu.com/18201522/

The issue is that creating 'source' before calling SetUp() causes glib's schema search path to be created before GLibFixture::SetUp() sets the GSETTINGS_SEARCH_DIR environment variable to prepend our sandbox to the schema search path.

So, that's progress. After that fix I get a new & improved failure:
"Settings schema 'com.ubuntu.notifications.settings' is not installed"

Which I think is more straightforward, I think for /that/ I think we just need to add gsettings-ubuntu-touch-schemes (>= your-version-number) to debian/control

« Back to merge proposal