blob: a3cc2b7346081844653872bff7793f9d2e93a826 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- remoting/host/chromoting_host_services_client.cc.orig 2025-09-11 13:19:19 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;
|