The handling for options has moved to /etc/X11/Xsession. The following
part is missing in /etc/x2go/Xsession:
OPTIONS="$(
if [ -r "$OPTIONFILE" ]; then
cat "$OPTIONFILE"
fi
if [ -d /etc/X11/Xsession.options.d ]; then
run-parts --list --regex '\.conf$' /etc/X11/Xsession.options.d |
Package: x11-common
Version: 1:7.7+19
Severity: normal
Dear Maintainer,
* What led up to the situation?
x2go session ignores .Xresource configuration.
There is a false linebreak in function 'has_option' of
20x11-common_process-args.
The lines
if [ "${OPTIONS#*
$1}" != "$OPTIONS" ]; then
2 matches
Mail list logo