Ubuntu – gnome-terminal multi-tab title position

gnome-terminal

screenshot

After upgrading to Ubuntu 15.04, the Gnome Terminal tab title was set to the tab center.

How can I set the title to the left position of the tab?

Best Answer

Let me answer my question.

  1. Download the gnome-terminal source package

    apt-get source gnome-terminal
    
  2. Install the build dependencies required for gnome-terminal

    sudo apt-get build-dep gnome-terminal
    
  3. Rollback the change below

https://github.com/GNOME/gnome-terminal/commit/468a18f5e21b42ee0efedf3d86203fbc4e02807e

  1. Repackage the source code

    tar zcf gnome-terminal_3.14.2.orig.tar.gz gnome-terminal-3.14.2
    
  2. Build new gnome-terminal package

    debuild -b
    
  3. Install the new gnome-terminal package

    sudo dpkg -i gnome-terminal_xxx.deb