I just upgraded to Ubuntu 16.04 from 14.04, and I use Unity.
The gnome-terminal seem to have lost options to control its appearance and it's very disappointing... :(
For example, I checked with screenshots from the previous version, the font appears wider: indeed for fontsize 11, I could fit 93 characters on a row using a half screen, whereas only 80 now...). I am pretty sure there was an option before to control the aspect ratio of the font, and personally I prefer to have more characters on a line...
Has it disappeared forever? Is there a workaround?
Also, now, there is the scrollbar on the right that does not disappear. How to get rid of it?
aspect
property ("Stretches glyphs horizontally before hinting") you can use in fonts.config, implying you can specify a value like 0.8 to increase the height:width ratio, but I can't get it to work. – Adam Katz Oct 26 '17 at 19:42