diff --git a/shell/common/platform_util_linux.cc b/shell/common/platform_util_linux.cc index 9dd491945548..75e2c275207c 100644 --- a/shell/common/platform_util_linux.cc +++ b/shell/common/platform_util_linux.cc @@ -348,7 +348,7 @@ void ShowItemInFolder(const base::FilePath& full_path) { void OpenPath(const base::FilePath& full_path, OpenCallback callback) { // This is async, so we don't care about the return value. - XDGOpen(full_path.DirName(), full_path.value(), true, std::move(callback)); + XDGOpen(full_path.DirName(), full_path.value(), false, std::move(callback)); } void OpenFolder(const base::FilePath& full_path) {