hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
185 stars 73 forks source link

Mac OS X has unix domain sockets, but it does not have abstract paths, nor does machine ID detection work. #141

Closed brett-smith closed 3 years ago

brett-smith commented 3 years ago

Trying to use domain socket on OS X (client and embedded DBus server) fails because abstract paths are not supported.

EDIT: Also, machine ID detection does not work on OS X, and is limited on Windows.