Comment 2 for bug 1805710

Revision history for this message
Brian Murray (brian-murray) wrote :

This is actually an issue in the apport-package hook provided by compiz. It contains the following:

 18 attach_gsettings_schema(report, 'org.compiz.core:/org/compiz/profiles/%s/plugins/core/' % current_profile)
 19
 20 unity_bug = False
 21 if ui and "unity" in report['GsettingsChanges'] and report['SourcePackage'] != "unity":

I guess using the gsettings_schema isn't accurate.