startx.plist.cpp revision c81d8f5e
1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3<plist version="1.0"> 4<dict> 5 <key>Label</key> 6 <string>BUNDLE_ID_PREFIX.startx</string> 7 <key>ProgramArguments</key> 8 <array> 9 <string>__xinitrcdir__/launchd_startx</string> 10 <string>__bindir__/startx</string> 11 </array> 12 <key>Sockets</key> 13 <dict> 14 <key>BUNDLE_ID_PREFIX:0</key> 15 <dict> 16 <key>SecureSocketWithKey</key> 17 <string>DISPLAY</string> 18 </dict> 19 </dict> 20 <key>ServiceIPC</key> 21 <true/> 22 <key>EnableTransactions</key> 23 <true/> 24</dict> 25</plist> 26