Comment 2 for bug 1294159

Revision history for this message
hakon (hakon-hagland) wrote :

This bug is also present in gnome-terminal version 3.6.2. Here is my configuration:

$ lsb_release -rd
Description: Ubuntu 14.04.2 LTS
Release: 14.04

$ apt-cache policy gnome-terminal
gnome-terminal:
  Installed: 3.6.2-0ubuntu1
  Candidate: 3.6.2-0ubuntu1
  Version table:
 *** 3.6.2-0ubuntu1 0
        500 http://no.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
        100 /var/lib/dpkg/status

When I open gnome-terminal with multiple tabs from the command line, I would like to preselect (on the command line) which one of the tabs should get focus.

I tried

gnome-terminal --tab -t A --active --tab -t B

to set tab A as the active, but instead tab B becomes the active one.