2008-06-18 14:31:51 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>Label</key>
|
2011-10-31 08:00:14 -06:00
|
|
|
<string>BUNDLE_ID_PREFIX.startx</string>
|
2008-06-18 14:31:51 -06:00
|
|
|
<key>ProgramArguments</key>
|
|
|
|
<array>
|
2011-10-31 08:00:14 -06:00
|
|
|
<string>__xinitrcdir__/launchd_startx</string>
|
2008-06-18 14:31:51 -06:00
|
|
|
<string>__bindir__/startx</string>
|
2013-05-31 15:44:40 -06:00
|
|
|
#ifdef LAUNCHAGENT_XSERVER_PATH
|
|
|
|
<string>--</string>
|
|
|
|
<string>LAUNCHAGENT_XSERVER_PATH</string>
|
|
|
|
#endif
|
2008-06-18 14:31:51 -06:00
|
|
|
</array>
|
|
|
|
<key>Sockets</key>
|
|
|
|
<dict>
|
2011-10-31 08:00:14 -06:00
|
|
|
<key>BUNDLE_ID_PREFIX:0</key>
|
2008-06-18 14:31:51 -06:00
|
|
|
<dict>
|
|
|
|
<key>SecureSocketWithKey</key>
|
|
|
|
<string>DISPLAY</string>
|
|
|
|
</dict>
|
|
|
|
</dict>
|
|
|
|
<key>ServiceIPC</key>
|
|
|
|
<true/>
|
2009-05-03 07:17:37 -06:00
|
|
|
<key>EnableTransactions</key>
|
|
|
|
<true/>
|
2008-06-18 14:31:51 -06:00
|
|
|
</dict>
|
|
|
|
</plist>
|