aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-remoting_host_chromoting__host__services__client.cc
blob: 769ea2a39d5b845c445a1af8295da3f61f1f527d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- remoting/host/chromoting_host_services_client.cc.orig	2025-09-10 13:22:16 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;