dot/gnus-local.el.distorted: Add the A&A sales address to `admin.aaisp'.
[profile] / bin / xpra-start-xdummy
1 #! /bin/sh -e
2
3 dpy=${1?display}; shift
4 exec xpra --xvfb="Xorg -dpi 75 -noreset -nolisten tcp \
5 +extension GLX +extension RANDR +extension RENDER \
6 -config xpra-xorg.conf \
7 -logfile $HOME/.xpra/xserver-$dpy.log" \
8 "$@" start :$dpy