Greg Parker wrote 'xroot tool', it creates a small X11 window that routes input events to the X11 root window. In particular, you can click on it to get window manager menus. To run: ./xroot -display :0 -geometry 100x100+0-0 -color blue (100x100 in lower-left corner, colored blue)
Greg Parker wrote 'xroot tool', it creates a small X11 window that routes input events to the X11 root window. In particular, you can click on it to get window manager menus. To run: ./xroot -display :0 -geometry 100x100+0-0 -color blue (100x100 in lower-left corner, colored blue)
To install xroot, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install xroot
To see what files were installed by xroot, run:
port contents xroot
To later upgrade xroot, run:
sudo port selfupdate && sudo port upgrade xroot
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.