[Touch-packages] [Bug 1672566] Re: Extra carriage return in 20x11-common_process-args

2023-06-29 Thread Paul White
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We are sorry that we do not always have the capacity to
review all reported bugs in a timely manner.


I'm setting the status of this bug to 'Invalid' as it's not seen any activity 
for some time and there was no reference to the release of Ubuntu being used.


** Changed in: xorg (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1672566

Title:
  Extra carriage return in 20x11-common_process-args

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  Hi there,

  I believe there is an axtra carriage return in the function
  has_option() in the file /etc/X11/Xsession.d/20x11-common_process-
  args.  The function is defined as:

  has_option() {
if [ "${OPTIONS#*
  $1}" != "$OPTIONS" ]; then
  return 0
else
  return 1
fi
  }

  however it looks like there is an extra carriage return after the *.
  I believe the function should look like this:

  has_option() {
if [ "${OPTIONS#*$1}" != "$OPTIONS" ]; then
  return 0
else
  return 1
fi
  }

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1672566/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1672566] Re: Extra carriage return in 20x11-common_process-args

2017-03-13 Thread Jeremy Bicha
** Package changed: gnome-session (Ubuntu) => xorg (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1672566

Title:
  Extra carriage return in 20x11-common_process-args

Status in xorg package in Ubuntu:
  New

Bug description:
  Hi there,

  I believe there is an axtra carriage return in the function
  has_option() in the file /etc/X11/Xsession.d/20x11-common_process-
  args.  The function is defined as:

  has_option() {
if [ "${OPTIONS#*
  $1}" != "$OPTIONS" ]; then
  return 0
else
  return 1
fi
  }

  however it looks like there is an extra carriage return after the *.
  I believe the function should look like this:

  has_option() {
if [ "${OPTIONS#*$1}" != "$OPTIONS" ]; then
  return 0
else
  return 1
fi
  }

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1672566/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp