Bug#963059: has_options and missing link

2022-12-11 Thread Jan Rauberg
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 |

Bug#963059: x11-common: false linebreak in 20x11-common_process-args function has_option

2020-06-18 Thread Jan Rauberg
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