aboutsummaryrefslogtreecommitdiff
path: root/devel/electron38/files/patch-remoting_host_chromoting__host__services__client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron38/files/patch-remoting_host_chromoting__host__services__client.cc')
-rw-r--r--devel/electron38/files/patch-remoting_host_chromoting__host__services__client.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron38/files/patch-remoting_host_chromoting__host__services__client.cc b/devel/electron38/files/patch-remoting_host_chromoting__host__services__client.cc
new file mode 100644
index 000000000000..f896c8d0cacd
--- /dev/null
+++ b/devel/electron38/files/patch-remoting_host_chromoting__host__services__client.cc
@@ -0,0 +1,11 @@
+--- remoting/host/chromoting_host_services_client.cc.orig 2025-08-26 20:49:50 UTC
++++ remoting/host/chromoting_host_services_client.cc
+@@ -139,7 +139,7 @@ bool ChromotingHostServicesClient::EnsureSessionServic
+ if (session_services_remote_.is_bound()) {
+ return true;
+ }
+-#if BUILDFLAG(IS_LINUX)
++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
+ if (!environment_->HasVar(kChromeRemoteDesktopSessionEnvVar)) {
+ LOG(WARNING) << "Current desktop environment is not remotable.";
+ return false;