Am 01.02.2011 um 18:30 schrieb Jeremy Huddleston:
That may have been before we fixed X11 to use the login environment.
Before I had to reboot I "fixed" as well one thing, the missing of the org.macports.startx.plist file you mentioned, in order to have all X clients, even those launched from Terminal or the non-X11 Emacsen, contact the MacPorts X server. Using the not installed file from the X server build area and /System/Library/LaunchAgents/org.x.startx.plist I built a variant with just a few differences: /System/Library/LaunchAgents/org.x.startx.plist vs. /Library/ LaunchAgents/org.macports.startx.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd "> <plist version="1.0"> <dict> <key>Label</key> <string>org.x.startx</string> <string>org.macports.startx</ string> <key>ProgramArguments</key> <array> <string>/usr/X11/bin/startx</string> <string>/opt/local/bin/ startx</string> </array> <key>ServiceIPC</key> <true/> <key>Sockets</key> <dict> <key>org.x:0</key> <key>org.macports:0</key> <dict> <key>SecureSocketWithKey</key> <string>DISPLAY</string> </dict> </dict> </dict> </plist> Could this file cause the problems with my login environment? At least xdpyinfo or xwininfo don't launch a second X server as before. -- Greetings Pete Chicago, n.: Where the dead still vote … early and often!