[Pkg-chromium-commit] [pkg-chromium] 01/02: master_preferences

Shawn Landden shawnl-guest at moszumanska.debian.org
Mon Apr 27 20:31:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

shawnl-guest pushed a commit to branch master
in repository pkg-chromium.

commit ce0f14e30dbee8220228fb25ad8f8f8907a460ca
Author: Shawn Landden <shawn at churchofgit.com>
Date:   Mon Apr 27 13:17:10 2015 -0700

    master_preferences
    
    "suppress_first_run_bubble": true,
    would get rid of the search engine bubble, but I kept that in case the user wants
    to change the search engine
    
    Also keeping privacy-considerations dns_prefetching and search's suggest_enabled
---
 debian/changelog          | 6 ++++++
 debian/master_preferences | 8 ++++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ce1db16..0d568e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
 chromium-browser (42.0.2311.90-3) UNRELEASED; urgency=medium
 
+  [ Shawn Landden ]
+  * First run
+    - No welcome page ( https://www.google.com/intl/en/chrome/browser/welcome.html )
+  * Turn off safebrowsing
+  * Turn off pinging Google on 404 and other HTTP errors (when server doesn't send page)
+  [ Michael Gilbert ]
   * Simplify build information.
 
  -- Michael Gilbert <mgilbert at debian.org>  Mon, 27 Apr 2015 00:48:11 +0000
diff --git a/debian/master_preferences b/debian/master_preferences
index db54668..9473cdd 100644
--- a/debian/master_preferences
+++ b/debian/master_preferences
@@ -3,6 +3,8 @@
      "import_bookmarks": false,
      "import_bookmarks_from_file": "/etc/chromium/initial_bookmarks.html",
      "skip_first_run_ui": true,
+     "show_welcome_page": false,
+     "suppress_first_run_default_browser_prompt": true,
      "make_chrome_default": false,
      "make_chrome_default_for_user": false,
      "create_all_shortcuts": true,
@@ -16,5 +18,11 @@
      "show_on_all_tabs": true
   },
   "homepage": "http://www.debian.org"
+  "safebrowsing": {
+    "enabled": false
+  },
+  "alternate_error_pages": {
+    "enabled": false
+  },
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list