When opening a new Konsole the number of Columns for the current profile is appears to be increased by 1. STEPS TO REPRODUCE 1. Open Konsole 2. Set current Konsole profile Columns to 80 3. Reopen Konsole 4. Compare set columns to actual columns OBSERVED RESULT 81 columns EXPECTED RESULT 80 columns
I can't reproduce - how are you determining the columns? echo $COLUMNS ?
(In reply to Kurt Hindenburg from comment #1) > I can't reproduce - how are you determining the columns? > > echo $COLUMNS ? Yes echo $COLUMNS returns 81. Is there any other information that would be helpful?
What font name/size are you using? You are starting konsole how?
Can confirm with Qt 5.9.7 (qt.io) and Qt 5.9.5 (kubuntu). Works OK with Qt 5.12.0 (qt.io) This is related to https://bugs.kde.org/show_bug.cgi?id=359662 but happens for rows and columns. Menubar visibility is irrelevant. Fonts: DejaVu Sans Mono 8pt. Input 8pt Hack 8pt Qt 5.9.7: Size set to 80x24 opens with 80x26 Size set to 40x12 opens with 40x12 Qt 5.9.5 (I know it is unsupported): Size set to 80x24 opens with 81x27 Size set to 40x12 opens with 41x15
(In reply to Kurt Hindenburg from comment #3) > What font name/size are you using? You are starting konsole how? The font is xos4 Terminus at size 10.0. Launching it via the Application Menu or from another konsole both result in an incorrect konsole size.