summaryrefslogtreecommitdiff
path: root/startx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'startx.cpp')
-rw-r--r--startx.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/startx.cpp b/startx.cpp
index d1d19d0..81042bc 100644
--- a/startx.cpp
+++ b/startx.cpp
@@ -102,6 +102,10 @@ if [ x`defaults read org.x.X11 cache_fonts` = x1 ] ; then
fi
fi
+if [ -x /usr/X11/bin/privileged_startx ] ; then
+ /usr/X11/bin/privileged_startx &
+fi
+
if [ x`defaults read org.x.X11 no_auth` = x0 ] ; then
enable_xauth=1
else