Bug 244183 - konsole does not set terminal rows/columns on startup if menu is disabled
Summary: konsole does not set terminal rows/columns on startup if menu is disabled
Status: RESOLVED DUPLICATE of bug 176902
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.5
Platform: Mandriva RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-11 07:27 UTC by Andrey Borzenkov
Modified: 2011-07-30 19:08 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***