libwnck is a Window Navigator Construction Kit, i.e. a library to use for writing pagers and taskslists and stuff. It is needed for the GNOME 2.0 desktop.
libwnck is a Window Navigator Construction Kit, i.e. a library to use for writing pagers and taskslists and stuff. It is needed for the GNOME 2.0 desktop.
To install libwnck, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libwnck
To see what files were installed by libwnck, run:
port contents libwnck
To later upgrade libwnck, run:
sudo port selfupdate && sudo port upgrade libwnck
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.