GNOME Bugzilla – Bug 723619
[patch] Add option to control GNOME Software usage stats
Last modified: 2014-02-04 18:57:27 UTC
Created attachment 268084 [details] [review] patch for review This allows us to disable / enable the collection of installation and removal in gnome-software, which may be a privacy issue.
Review of attachment 268084 [details] [review]: ::: panels/privacy/cc-privacy-panel.c @@ +578,3 @@ + + w = GTK_WIDGET (gtk_builder_get_object (self->priv->builder, "software_done")); + dialog = self->priv->trash_dialog; :-) You need to keep a priv->software_dialog around ::: panels/privacy/privacy.ui @@ +670,3 @@ + <property name="can_focus">False</property> + <property name="border_width">5</property> + <property name="title" translatable="yes">Usage & History</property> Software Usage ? @@ +749,3 @@ + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="margin_left">12</property> This needs to be ..."margin_end">6</property> like in the other dialogs from this file so that widgets align properly with the close button below.
Created attachment 268086 [details] [review] patch for review Thanks for the speedy review, new patch applied.
Review of attachment 268086 [details] [review]: Ok
Great, thanks.