[gsettings-desktop-schemas] schemas: Add report-technical-problems key to privacy



commit 437ca3deb5db716fb1c1fce30d2faba19e1f80c6
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 6 13:09:00 2015 +0100

    schemas: Add report-technical-problems key to privacy
    
    Add a setting to control whether to automatically send crashes,
    oopses, MCE failures, etc. to the vendor.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742448

 .../org.gnome.desktop.privacy.gschema.xml.in.in    |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/schemas/org.gnome.desktop.privacy.gschema.xml.in.in 
b/schemas/org.gnome.desktop.privacy.gschema.xml.in.in
index 62f5bf4..b939389 100644
--- a/schemas/org.gnome.desktop.privacy.gschema.xml.in.in
+++ b/schemas/org.gnome.desktop.privacy.gschema.xml.in.in
@@ -54,5 +54,10 @@
       <_summary>Send statistics when applications are removed or installed</_summary>
       <_description>If FALSE, no anonymous installation or removal information will be sent to the 
vendor.</_description>
     </key>
+    <key name="report-technical-problems" type="b">
+      <default>false</default>
+      <_summary>Send reports of technical problems to the vendor</_summary>
+      <_description>If TRUE, anonymized reports will be sent automatically to the vendor.</_description>
+    </key>
   </schema>
 </schemalist>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]