[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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

should be

  if [ "${OPTIONS#*$1}" != "$OPTIONS" ]; then

Otherwise the function will not be executed and the option 'allow-user-resources'
could not be parsed correctly. As a result the .Xresources-x2go will not be merged in.

   * What exactly did you do (or not do) that was effective (or
     ineffective)?
.Xresource should be merged
   * What was the outcome of this action?
.Xresource was not merged (xrdb)
   * What outcome did you expect instead?
same terminal configuration with x2go as with local session



-- System Information:
Debian Release: 10.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-5-amd64 (SMP w/32 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE=en_US:en (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages x11-common depends on:
ii  lsb-base  10.2019051400

x11-common recommends no packages.

x11-common suggests no packages.

-- no debconf information


Reply to: