mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
20 lines
838 B
C++
20 lines
838 B
C++
--- remoting/host/ipc_constants.cc.orig 2023-02-01 18:43:24 UTC
|
|
+++ remoting/host/ipc_constants.cc
|
|
@@ -17,7 +17,7 @@ namespace remoting {
|
|
|
|
namespace {
|
|
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
|
|
#if !defined(NDEBUG)
|
|
// Use a different IPC name for debug builds so that we can run the host
|
|
@@ -68,7 +68,7 @@ GetChromotingHostServicesServerName() {
|
|
static const base::NoDestructor<mojo::NamedPlatformChannel::ServerName>
|
|
server_name(
|
|
named_mojo_ipc_server::WorkingDirectoryIndependentServerNameFromUTF8(
|
|
-#if BUILDFLAG(IS_LINUX)
|
|
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
|
// Linux host creates the socket file in /tmp, and it won't be
|
|
// deleted until reboot, so we put username in the path in case
|
|
// the user switches the host owner.
|