[Xquartz-dev] Problems with XQuartz 2.6.0 (xorg-server 1.9.3)
Peter Dyballa
Peter_Dyballa at Web.DE
Wed Feb 2 07:28:40 PST 2011
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!
More information about the Xquartz-dev
mailing list