GUI frontend to the libbonobo component of GNOME 2
Bonobo is a set of language and system independant CORBA interfaces for creating reusable components and creating compound documents. libbonoboui includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents.
Bonobo is a set of language and system independant CORBA interfaces for creating reusable components and creating compound documents. libbonoboui includes a Gtk+ based implementation of the Bonobo interfaces, enabling developers to create reusable components and applications that can be used to form more complex documents.
To install libbonoboui, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libbonoboui
To see what files were installed by libbonoboui, run:
port contents libbonoboui
To later upgrade libbonoboui, run:
sudo port selfupdate && sudo port upgrade libbonoboui
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.