diff options
Diffstat (limited to 'devel/electron37/files/patch-remoting_host_chromoting__host__services__client.cc')
| -rw-r--r-- | devel/electron37/files/patch-remoting_host_chromoting__host__services__client.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron37/files/patch-remoting_host_chromoting__host__services__client.cc b/devel/electron37/files/patch-remoting_host_chromoting__host__services__client.cc new file mode 100644 index 000000000000..d9b544da0c66 --- /dev/null +++ b/devel/electron37/files/patch-remoting_host_chromoting__host__services__client.cc @@ -0,0 +1,11 @@ +--- remoting/host/chromoting_host_services_client.cc.orig 2025-06-30 07:04:30 UTC ++++ remoting/host/chromoting_host_services_client.cc +@@ -134,7 +134,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; |
