Code review comment for lp:~jamesh/whoopsie-preferences/bug-1720331

Revision history for this message
James Henstridge (jamesh) wrote :

The difference can be demonstrated by running the following command in one terminal:

    sudo dbus-monitor --system 'interface=com.ubuntu.WhoopsiePreferences' 'interface=org.freedesktop.DBus.Properties,arg0=com.ubuntu.WhoopsiePreferences'

And then in another terminal compare starting the old version of whoopsie-preferences vs. the version from this branch. The spurious signal is gone.

Using d-feet to call SetReportCrashes shows that PropertiesChanged is still sent when a change actually happens though.

« Back to merge proposal