From ab4f1b8bee2accc81843556b50eb787ac355b0e6 Mon Sep 17 00:00:00 2001 From: helium-bot Date: Fri, 20 Feb 2026 09:47:07 +0000 Subject: [PATCH] update: helium 0.9.3.1 --- helium-chromium | 2 +- package/helium-bin.spec | 2 +- patches/helium/linux/add-error-for-missing-desktop-file.patch | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helium-chromium b/helium-chromium index c0b9568..e8e57e3 160000 --- a/helium-chromium +++ b/helium-chromium @@ -1 +1 @@ -Subproject commit c0b9568b65af9b1879e200bae56f82653378e671 +Subproject commit e8e57e34865825034bbfb7c1659d5ac6a27ff694 diff --git a/package/helium-bin.spec b/package/helium-bin.spec index b159eb3..46cb11e 100644 --- a/package/helium-bin.spec +++ b/package/helium-bin.spec @@ -1,4 +1,4 @@ -%define version 0.9.2.1 +%define version 0.9.3.1 %global debug_package %{nil} Name: helium-bin 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 a3f9ebe..9dfe140 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 -@@ -716,6 +717,15 @@ void AddClearBrowsingDataStrings(content +@@ -717,6 +718,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[] = { -@@ -732,9 +742,15 @@ void AddDefaultBrowserStrings(content::W +@@ -733,9 +743,15 @@ void AddDefaultBrowserStrings(content::W {"defaultBrowserMakeDefaultButton", IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT_BUTTON}, {"defaultBrowserError", IDS_SETTINGS_DEFAULT_BROWSER_ERROR},