mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 08:10:03 +01:00
Modified X11 plist to use x11-exec
(cherry picked from commit 7d9a11329e)
This commit is contained in:
parent
1a5910588a
commit
82e1aff9fb
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -275,7 +275,6 @@ hw/xprint/doc/Xprt.1x
|
||||||
hw/xprint/doc/Xprt.man
|
hw/xprint/doc/Xprt.man
|
||||||
hw/xprint/dpmsstubs-wrapper.c
|
hw/xprint/dpmsstubs-wrapper.c
|
||||||
hw/xprint/miinitext-wrapper.c
|
hw/xprint/miinitext-wrapper.c
|
||||||
hw/xquartz/bundle/org.x.X11.plist
|
|
||||||
include/dix-config.h
|
include/dix-config.h
|
||||||
include/kdrive-config.h
|
include/kdrive-config.h
|
||||||
include/xgl-config.h
|
include/xgl-config.h
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
<string>org.x.X11</string>
|
<string>org.x.X11</string>
|
||||||
<key>ProgramArguments</key>
|
<key>ProgramArguments</key>
|
||||||
<array>
|
<array>
|
||||||
<string>@APPLE_APPLICATIONS_DIR@/X11.app/Contents/MacOS/X11</string>
|
<string>/usr/libexec/x11-exec</string>
|
||||||
<string>-launchd</string>
|
<string>-launchd</string>
|
||||||
</array>
|
</array>
|
||||||
<key>Sockets</key>
|
<key>Sockets</key>
|
||||||
Loading…
Add table
Reference in a new issue