https://bugs.kde.org/show_bug.cgi?id=359662
Bug ID: 359662 Summary: Terminal Rows are miscalculated if Menu Bar is turned off Product: konsole Version: 15.12.2 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: konsole-de...@kde.org Reporter: mitchnull+...@gmail.com the "Terminal Size" settings was recently fixed (see bug 345403), but the Terminal Rows are miscalculated on start-up if the menu bar is disabled ("Show MenuBar" option). Apparently the calculation is done assuming the menu bar is shown. If I want to get a 80x25 terminal with MenuBar disabled, I have to set Columns to 80 and Rows to 23 (instead of 25). If I start up konsole with the above settings while the MenuBar is enabled, I get a 80x23 terminal (with menubar). Reproducible: Always Steps to Reproduce: 1. In Settings->Configure Konsole->General: - set "Show menubar by default to false" (unchecked) - set "Use current window size on next startup" to false (unchecked) 2. In Edit Current Profile->General->Terminal Size, set Columns to 80, Rows to 23. 3. start a new konsole with the above settings Actual Results: A konsole starts up with 80x25 geometry (without menubar) Expected Results: A konsole starts up with 80x23 geometry (without menubar) -- You are receiving this mail because: You are watching all bug changes.