Saturday, May 4, 2024
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1238  / 2 Years ago, thu, july 7, 2022, 10:58:29

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?


More From » gnome-terminal

 Answers
5

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


[#20131] Saturday, July 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
alkeake

Total Points: 467
Total Questions: 94
Total Answers: 126

Location: Tajikistan
Member since Tue, Jun 15, 2021
3 Years ago
alkeake questions
Mon, Jul 5, 21, 09:24, 3 Years ago
Sun, Apr 23, 23, 03:29, 1 Year ago
Thu, Dec 22, 22, 20:30, 1 Year ago
;