XQuartz in M1 Mac

«  Protocol Buffer Study Memo
Fix Cannot Specify Dot Executable Issue in VisualStudio Code PlantUML  »

Install

  1. Download and install MacPorts, check if install successfully by port version
  2. sudo port install xorg
  3. download and install XQuartz
  4. on Mac sudo reboot to reboot the machine

Test

run xeyes to see if it show any guide. In my case, it tell me to run sudo apt install x11-apps

Troubleshooting

1. command not found: port

Add ⬇️ into bash/zshrc file

export PATH="$PATH:/opt/local/bin"

References

Published on 27 Apr 2022 Find me on Facebook, Twitter!

«  Protocol Buffer Study Memo
Fix Cannot Specify Dot Executable Issue in VisualStudio Code PlantUML  »

Comments

    Join the discussion for this article at here . Our comments is using Github Issues. All of posted comments will display at this page instantly.