dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus
dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus. D-Bus is an inter-process communication framework that lets applications interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration.
dbus-sharp (a.k.a. ndesk-dbus) is a C# implementation of D-Bus. D-Bus is an inter-process communication framework that lets applications interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration.
To install dbus-sharp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dbus-sharp
To see what files were installed by dbus-sharp, run:
port contents dbus-sharp
To later upgrade dbus-sharp, run:
sudo port selfupdate && sudo port upgrade dbus-sharp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.