I'm not sure how you would get it in a state where reporting=false and
autoreport=true. These are the dbus settings for the 3 possible states
in hirsute with the new version of gnome-control-center.

"Never"
WhoopsiePreferences
node /com/ubuntu/WhoopsiePreferences {
  interface com.ubuntu.WhoopsiePreferences {
    properties:
      readonly b ReportCrashes = false;
      readonly b ReportMetrics = true;
      readonly b AutomaticallyReportCrashes = false;
  };
};

"Automatic"
bdmurray@clean-hirsute-amd64:~$ gdbus introspect --system --only-properties 
--dest com.ubuntu.WhoopsiePreferences --object-path 
/com/ubuntu/WhoopsiePreferences
node /com/ubuntu/WhoopsiePreferences {
  interface com.ubuntu.WhoopsiePreferences {
    properties:
      readonly b ReportCrashes = true;
      readonly b ReportMetrics = true;
      readonly b AutomaticallyReportCrashes = true;
  };
};

"Manual"
bdmurray@clean-hirsute-amd64:~$ gdbus introspect --system --only-properties 
--dest com.ubuntu.WhoopsiePreferences --object-path /com/ubuntu/
WhoopsiePreferences
node /com/ubuntu/WhoopsiePreferences {
  interface com.ubuntu.WhoopsiePreferences {
    properties:
      readonly b ReportCrashes = true;
      readonly b ReportMetrics = true;
      readonly b AutomaticallyReportCrashes = false;
  };
};

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1906877

Title:
  diagnostics panel can leave automatic crash reporting enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1906877/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to