I have OS X mavericks. Yesterday I installed xQuartz, but then I decided that I want to make the Apple X11 standard X11 eninronemnt. I check the xQuartz website , where he said that he should run the following commands:
(XQuartz.app) launchctl unload -w /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
(Apple X11.app) launchctl unload -w /System/Library/LaunchAgents/org.x.startx.plist
(MacPorts' X11.app) launchctl unload -w /Library/LaunchAgents/org.macports.startx.plist
The first command is executed correctly, but the last two give me that there is no such file or directory error. So how can I make Apple X11 the default ?!
source
share