diff options
Diffstat (limited to 'www/ungoogled-chromium/files/patch-remoting_host_host__power__save__blocker.cc')
| -rw-r--r-- | www/ungoogled-chromium/files/patch-remoting_host_host__power__save__blocker.cc | 11 | 
1 files changed, 11 insertions, 0 deletions
diff --git a/www/ungoogled-chromium/files/patch-remoting_host_host__power__save__blocker.cc b/www/ungoogled-chromium/files/patch-remoting_host_host__power__save__blocker.cc new file mode 100644 index 000000000000..4da6b52de5c8 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-remoting_host_host__power__save__blocker.cc @@ -0,0 +1,11 @@ +--- remoting/host/host_power_save_blocker.cc.orig	2025-11-01 06:40:37 UTC ++++ remoting/host/host_power_save_blocker.cc +@@ -29,7 +29,7 @@ HostPowerSaveBlocker::~HostPowerSaveBlocker() { +  + void HostPowerSaveBlocker::OnClientConnected(const std::string& jid) { +   // TODO(447203893): Re-enable this on Linux once the bug is fixed. +-#if !BUILDFLAG(IS_LINUX) ++#if !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) +   blocker_ = std::make_unique<device::PowerSaveBlocker>( +       device::mojom::WakeLockType::kPreventDisplaySleep, +       device::mojom::WakeLockReason::kOther, "Remoting session is active",  | 
