diff --git a/helium-chromium b/helium-chromium
index 15e39d7..3d042e6 160000
--- a/helium-chromium
+++ b/helium-chromium
@@ -1 +1 @@
-Subproject commit 15e39d779011c964b920f6efdb2688cccd42737a
+Subproject commit 3d042e6224222e965e967e3038ef8a10380c89e2
diff --git a/package/helium-bin.spec b/package/helium-bin.spec
index 0f88217..8d6514d 100644
--- a/package/helium-bin.spec
+++ b/package/helium-bin.spec
@@ -1,4 +1,4 @@
-%define version 0.14.5.1
+%define version 0.14.6.1
%global debug_package %{nil}
Name: helium-bin
diff --git a/package/net.imput.helium.metainfo.xml b/package/net.imput.helium.metainfo.xml
index 5059490..54a35a4 100644
--- a/package/net.imput.helium.metainfo.xml
+++ b/package/net.imput.helium.metainfo.xml
@@ -38,7 +38,7 @@
-
+
imput
diff --git a/patches/helium/linux/add-error-for-missing-desktop-file.patch b/patches/helium/linux/add-error-for-missing-desktop-file.patch
index 7006100..cbf3f3d 100644
--- a/patches/helium/linux/add-error-for-missing-desktop-file.patch
+++ b/patches/helium/linux/add-error-for-missing-desktop-file.patch
@@ -127,7 +127,7 @@
#include "ui/display/screen.h"
#endif
-@@ -789,6 +790,15 @@ void AddClearBrowsingDataStrings(content
+@@ -792,6 +793,15 @@ void AddClearBrowsingDataStrings(content
html_source->AddLocalizedStrings(kLocalizedStrings);
}
@@ -143,7 +143,7 @@
#if !BUILDFLAG(IS_CHROMEOS)
void AddDefaultBrowserStrings(content::WebUIDataSource* html_source) {
static constexpr webui::LocalizedString kLocalizedStrings[] = {
-@@ -807,9 +817,15 @@ void AddDefaultBrowserStrings(content::W
+@@ -810,9 +820,15 @@ void AddDefaultBrowserStrings(content::W
{"defaultBrowserMakeDefaultButton",
IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT_BUTTON},
{"defaultBrowserError", IDS_SETTINGS_DEFAULT_BROWSER_ERROR},
diff --git a/patches/helium/linux/rename-chrome-binary.patch b/patches/helium/linux/rename-chrome-binary.patch
index ae91aca..d488996 100644
--- a/patches/helium/linux/rename-chrome-binary.patch
+++ b/patches/helium/linux/rename-chrome-binary.patch
@@ -10,7 +10,7 @@
deps = [
--- a/components/crash/core/app/crashpad_linux.cc
+++ b/components/crash/core/app/crashpad_linux.cc
-@@ -169,7 +169,7 @@ bool PlatformCrashpadInitialization(
+@@ -173,7 +173,7 @@ bool PlatformCrashpadInitialization(
if (!base::PathService::Get(base::DIR_EXE, &handler_path)) {
return false;
}