← Back to team overview

ubuntukylin-members team mailing list archive

[Branch ~ubuntukylin-members/ubuntukylin-default-settings/trunk] Rev 147: Change search engine to Baidu for Chromium, thanks Peng Huan for the

 

------------------------------------------------------------
revno: 147
committer: Anthony Wong <anthony.wong@xxxxxxxxxxxxx>
branch nick: ubuntukylin-default-settings
timestamp: Fri 2014-04-11 15:46:05 +0800
message:
  Change search engine to Baidu for Chromium, thanks Peng Huan for the
  patch.
modified:
  debian/master_preferences


--
lp:ubuntukylin-default-settings
https://code.launchpad.net/~ubuntukylin-members/ubuntukylin-default-settings/trunk

Your team Ubuntu Kylin Members is subscribed to branch lp:ubuntukylin-default-settings.
To unsubscribe from this branch go to https://code.launchpad.net/~ubuntukylin-members/ubuntukylin-default-settings/trunk/+edit-subscription
=== modified file 'debian/master_preferences'
--- debian/master_preferences	2014-04-03 12:41:07 +0000
+++ debian/master_preferences	2014-04-11 07:46:05 +0000
@@ -15,5 +15,16 @@
    "create_all_shortcuts" : true,
    "do_not_launch_chrome" : true,
    "make_chrome_default" : false
- }
+ },
+ "search_provider_overrides_version": 1,
+  "search_provider_overrides": [
+     { "name": "\u767E\u5EA6",
+       "keyword": "baidu.com",
+       "search_url": "http://www.baidu.com/s?tn=ubuntuu_dg&ie={inputEncoding}&wd={searchTerms}";,
+       "favicon_url": "",
+       "suggest_url": "",
+       "encoding": "UTF-8",
+       "id":1001
+     }
+  ]
 }