diff options
author | Ben Byer <bbyer@bbyer.apple.com> | 2007-12-13 15:57:39 -0800 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.apple.com> | 2007-12-13 15:57:39 -0800 |
commit | 7d9a11329e476f45e4d9f9aebcb43469321347c7 (patch) | |
tree | ee4dd30d0f4ce90476b9a3856c9414f120a7771b | |
parent | fc04c9759b30d062111d4a7f3f411ed0f18cbde4 (diff) |
Modified X11 plist to use x11-exec
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | hw/xquartz/bundle/org.x.X11.plist (renamed from hw/xquartz/bundle/org.x.X11.plist.in) | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 37f35f46f..2e60d58b1 100644 --- a/.gitignore +++ b/.gitignore @@ -275,7 +275,6 @@ hw/xprint/doc/Xprt.1x hw/xprint/doc/Xprt.man hw/xprint/dpmsstubs-wrapper.c hw/xprint/miinitext-wrapper.c -hw/xquartz/bundle/org.x.X11.plist include/dix-config.h include/kdrive-config.h include/xgl-config.h diff --git a/hw/xquartz/bundle/org.x.X11.plist.in b/hw/xquartz/bundle/org.x.X11.plist index 26eca968a..1e646ac63 100644 --- a/hw/xquartz/bundle/org.x.X11.plist.in +++ b/hw/xquartz/bundle/org.x.X11.plist @@ -6,7 +6,7 @@ <string>org.x.X11</string> <key>ProgramArguments</key> <array> - <string>@APPLE_APPLICATIONS_DIR@/X11.app/Contents/MacOS/X11</string> + <string>/usr/libexec/x11-exec</string> <string>-launchd</string> </array> <key>Sockets</key> |