nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

at devShellTools-shell 19 lines 715 B view raw
1diff --git a/chrome/browser/first_run/first_run_internal_linux.cc b/chrome/browser/first_run/first_run_internal_linux.cc 2index 33fd579012..9a17b54b37 100644 3--- a/chrome/browser/first_run/first_run_internal_linux.cc 4+++ b/chrome/browser/first_run/first_run_internal_linux.cc 5@@ -19,13 +19,7 @@ bool IsOrganicFirstRun() { 6 } 7 8 base::FilePath InitialPrefsPath() { 9- // The standard location of the initial prefs is next to the chrome binary. 10- base::FilePath dir_exe; 11- if (!base::PathService::Get(base::DIR_EXE, &dir_exe)) { 12- return base::FilePath(); 13- } 14- 15- return installer::InitialPreferences::Path(dir_exe); 16+ return base::FilePath("/etc/chromium/initial_preferences"); 17 } 18 19 } // namespace internal