Thursday, May 2, 2024
24
rated 0 times [  24] [ 0]  / answers: 1 / hits: 9542  / 3 Years ago, tue, august 31, 2021, 6:47:11

When I start gnome-terminal it looks quite pleasant but when I open another tab it's borders turns ugly:



fat-ugly-gnome-terminal-bezel



How can I preserve thin bezel while using multiple tabs?


More From » gnome-terminal

 Answers
4

After some messing around, I figured it out.



Edit /usr/share/themes/Ambiance/gtk-3.0/apps/gnome-terminal.css and add:



 TerminalWindow .notebook {
padding: 0;
border-width: 0;
}


Bug found on this: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/694468


[#34071] Wednesday, September 1, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
housecoarmer

Total Points: 434
Total Questions: 116
Total Answers: 120

Location: Albania
Member since Sun, Nov 22, 2020
4 Years ago
;