Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-terminal (Ubuntu)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/1714920

Title:
  gnome-terminal.wrapper missing argument -x

Status in gnome-terminal package in Ubuntu:
  Confirmed

Bug description:
  When executing the wrapper with the -x option this is ignored and not
  forwarded to gnome-terminal. If you run directly gnome-terminal with
  the -x argument it works as expected.

  Just changing the line 58 at /usr/bin/gnome-terminal.wrapper
  from:
      elsif ($opt eq '-e')
  to:
      elsif ($opt eq '-e' or $opt eq '-x')
  fixes the problem without changing the '-e' argument behaviour.

  Ubuntu 17.04
  Gnome-terminal 3.20.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1714920/+subscriptions

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

Reply via email to