GNOME Bugzilla – Bug 761395
gnome-terminal limits to max 256 columns default size
Last modified: 2016-02-14 10:04:03 UTC
With screens and resolutions getting higher and higher, the limit of gnome-terminal to allow a maximum of 256 columns in a configured default set seems outdated. See also downstream bug https://bugzilla.suse.com/show_bug.cgi?id=964400 As far as I've seen, the only limiting factory is actually the gsettings schema not allowing for higher numbers, right? If so, I can easily provide a patch, adjusting this to any number we agree on.
I agree. Shall we go for 500 or 511 (as the largest number supported by ncurses/slang???) or this is not our problem?
(In reply to Egmont Koblinger from comment #1) > I agree. > > Shall we go for 500 or 511 (as the largest number supported by > ncurses/slang???) or this is not our problem? Not sure if we should consider that 'our' problem.
Before tightening the limits, we've had people setting this to ridiculously high numbers which results in a crash when creating the window due to exceeding some X window size limitations. I think changing to max 511 shouldn't exceed those limits, though. Note that you also need to change the max value in the profile editor's .ui file. Also note that on gtk+ 3.19, geometry doesn't work correctly anyway, so the future of this setting is uncertain.
Wait, does it mean that I'll get an arbitrarily sized g-t window rather than 80x24? :(
(No idea what will happen, I haven't updated to gtk+ master yet for this reason.)
(And I'm afraid resize increments won't work either. This will suck big time.)
I increased the max to 511.