bin/xpra-start-xdummy: Give a relative path to the configuration file.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 8 Oct 2016 10:14:48 +0000 (11:14 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 8 Oct 2016 10:14:48 +0000 (11:14 +0100)
Later X server versions insist on this for some bogus security reason.

bin/xpra-start-xdummy

index c8e9d16..896a599 100755 (executable)
@@ -3,6 +3,6 @@
 dpy=${1?display}; shift
 exec xpra --xvfb="Xorg -dpi 75 -noreset -nolisten tcp \
        +extension GLX +extension RANDR +extension RENDER \
-       -config /usr/share/doc/xpra/examples/dummy.xorg.conf \
+       -config xpra-xorg.conf \
        -logfile $HOME/.xpra/xserver-$dpy.log" \
        "$@" start :$dpy