- Up to 66.0.3359.81 - Bump to 66.0.3359.66 - Update chromium-gcc7.patch to include more quirks - Bump to 66.0.3359.45 - Bump to 66.0.3359.33 - Version bump to 66.0.3359.26 - Bump the requirement for the clang version - Conditionalize harfbuzz switch - Update to 66.0.3359.22 - Apply patches using %autopatch - Add patch to build with gcc7 properly chromium-gcc7.patch - Drop patch chromium-sandbox-pie.patch as we have pie default now - Add patch to build with leap variant of drm chromium-drm.patch - Add patch to build ffmpeg from system chromium-ffmpeg.patch - Up to 66.0.3355.0 - Disable clang by default again - Up to 66.0.3350.0 - Drop patch fix_network_api_crash.patch - Bump to 66.0.3343.3 - Bump to 65.0.3325.51 - Disable gconf support - Bump to 65.0.3325.31 - Update to 65.0.3325.18 - Try to have automatic ozone platform detection OBS-URL: https://build.opensuse.org/request/show/597716 OBS-URL: https://build.opensuse.org/package/show/network:chromium/chromium?expand=0&rev=1114
15 lines
625 B
Diff
15 lines
625 B
Diff
Index: a/chromium/src/chrome/browser/first_run/first_run_linux.cc
|
|
===================================================================
|
|
--- a/chrome/browser/first_run/first_run_internal_linux.cc
|
|
+++ b/chrome/browser/first_run/first_run_internal_linux.cc
|
|
@@ -22,8 +22,7 @@
|
|
base::FilePath MasterPrefsPath() {
|
|
// The standard location of the master prefs is next to the chrome binary.
|
|
base::FilePath master_prefs;
|
|
- if (!PathService::Get(base::DIR_EXE, &master_prefs))
|
|
- return base::FilePath();
|
|
+ master_prefs = base::FilePath("/etc/chromium");
|
|
return master_prefs.AppendASCII(installer::kDefaultMasterPrefs);
|
|
}
|
|
|