Bug 244183

Summary: konsole does not set terminal rows/columns on startup if menu is disabled
Product: [Applications] konsole Reporter: Andrey Borzenkov <arvidjaar>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: adaptee
Priority: NOR    
Version: 2.5   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrey Borzenkov 2010-07-11 07:27:59 UTC
Version:           2.5 (using Devel) 
OS:                Linux

KDE 4.5RC1.

I disabled menu to free more space. On the next session startup I found that all konsole windows show rows/columns as 0/0:
{pts/3}% stty -a
speed 38400 baud; rows 0; columns 0; line = 0;

This causes applications to fall backup to TERM definitions which are mostly incorrect. Resizing window or enabling/disabling menu (which apparently has the same effect) correctly updates them. After show/hide menu:

{pts/3}% stty -a
speed 38400 baud; rows 40; columns 80; line = 0;

Reproducible: Always

Steps to Reproduce:
disable menu in konsole
start new konsole program

Actual Results:  
raws/columns of child terminal are set to 0/0

Expected Results:  
rows/columns of child terminal are set to actual window dimensions
Comment 1 Jekyll Wu 2011-07-30 19:08:33 UTC
see comment #21 of bug #176902

*** This bug has been marked as a duplicate of bug 176902 ***