After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725912 - Consider changing send-software-usage-stats's default to false
Consider changing send-software-usage-stats's default to false
Status: RESOLVED FIXED
Product: gsettings-desktop-schemas
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gsettings-desktop-schemas-maint
gsettings-desktop-schemas-maint
Depends on:
Blocks:
 
 
Reported: 2014-03-07 18:59 UTC by Joanmarie Diggs (IRC: joanie)
Modified: 2014-03-13 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joanmarie Diggs (IRC: joanie) 2014-03-07 18:59:12 UTC
I don't know if this was intentional or not, but.... When the setting was removed from gnome-software, the default value was false [1]. When it got added to gsettings-desktop-schemas, the default value was true [2].

I myself think we should err on the side of conservatism here. If we (or distros) want these stats, let's encourage users to opt in. I stumbled across this in the control center and was somewhat (unpleasantly) surprised that I needed to opt out.

[1] https://git.gnome.org/browse/gnome-software/commit/?id=6dccb4e9eda89e48ce2f99c4b37172a974910f87
[2] https://git.gnome.org/browse/gsettings-desktop-schemas/commit/schemas/org.gnome.desktop.privacy.gschema.xml.in.in?id=f5180321cb54159019355cc955b39d2357f35113
Comment 1 Joanmarie Diggs (IRC: joanie) 2014-03-07 19:09:50 UTC
Richard, since you did both commits, could you please clarify if this was an intentional change? Thanks!
Comment 2 Richard Hughes 2014-03-08 19:50:58 UTC
Yes, very much deliberate; it was false before as there was no user-visible UI to change the value, but I think it's quite safe to enable by default in my opinion now there is an easy way to disable it. If it is false by default, the amount of data we'd get would be lower by several orders of magnitude and be totally skewed to tweakers and power-users.
Comment 3 Bastien Nocera 2014-03-08 19:54:40 UTC
(In reply to comment #2)
> Yes, very much deliberate; it was false before as there was no user-visible UI
> to change the value, but I think it's quite safe to enable by default in my
> opinion now there is an easy way to disable it. If it is false by default, the
> amount of data we'd get would be lower by several orders of magnitude and be
> totally skewed to tweakers and power-users.

I agree, though I'd change the default once we have a page in gnome-initial-setup to ask the question to the user directly, so there's a strong push towards opting in.
Comment 4 Bastien Nocera 2014-03-08 19:55:07 UTC
Richard, can you file a bug about asking that question in g-i-s?
Comment 5 Joanmarie Diggs (IRC: joanie) 2014-03-08 19:57:47 UTC
Bastien's suggested solution works for me. It's the surprise aspect that bothers me most. (Thanks Bastien!)
Comment 6 Richard Hughes 2014-03-13 13:01:06 UTC
(In reply to comment #4)
> Richard, can you file a bug about asking that question in g-i-s?

See https://bugzilla.gnome.org/show_bug.cgi?id=726234 for all the other issues Allan had. Until then:

commit d02c93d6ab30cfcf669c6d74768fd2febadb0af5
Author: Richard Hughes <richard@hughsie.com>
Date:   Thu Mar 13 13:00:21 2014 +0000

    privacy: Disable 'send-software-usage-stats' by default
    
    Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=725912