From: Mark Wooding Date: Sat, 8 Oct 2016 10:14:48 +0000 (+0100) Subject: bin/xpra-start-xdummy: Give a relative path to the configuration file. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/bfb4aaca5bea5adb97c3dc3d008e147d32ee232a?hp=90e24a2e0573ed67e5facf4f1bb2cc9909c26c15 bin/xpra-start-xdummy: Give a relative path to the configuration file. Later X server versions insist on this for some bogus security reason. --- diff --git a/bin/xpra-start-xdummy b/bin/xpra-start-xdummy index c8e9d16..896a599 100755 --- a/bin/xpra-start-xdummy +++ b/bin/xpra-start-xdummy @@ -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