Archive for November 12th, 2007
Daily Archive
Monday, November 12th, 2007
Stopping xterm from launching
This is just one more piece of the X11.app puzzle in Leopard. Because /etc/X11 is gone in Leopard, the old way of configuring X11.app is obsolete. The new way is org.x.X11_launcher.plist. So the following,
defaults write org.x.X11_launcher app_to_run /usr/X11/bin/xlsclients
is the way to configure X11.app to not start an xterm every time it starts.
UPDATE: changed from [...]
