Bug 477359
| Summary: | konsole creates new tab with LINES=24 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jonathan Wakely <fedoration> |
| Component: | kdebase | Assignee: | Than Ngo <than> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 10 | CC: | alain.baeckeroot, gabriello.ramirez, jreznik, kevin, lorenzo, ltinkl, rdieter, than, tuxbrewr |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-02-19 11:42:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jonathan Wakely
2008-12-20 23:26:10 UTC
I'm currently testing kde-4.2(beta2), and can't reproduce this there, so hopefully that means I can reproduce it in KDE 4.1 (kdebase-4.1.3-2.fc10.x86_64). And it is still reproducible in latest SVN trunk (clean, no Fedora patches). Looks like this bug: https://bugs.kde.org/show_bug.cgi?id=176902 (Vim in tabbed shell truncated to 24 lines). Thank you for the bug report. This issue needs to be addressed by the upstream developers. Please submit a report at http://bugs.kde.org. You are requested to add the bugzilla link here for tracking purposes. Please make sure the bug isn't already in the upstream bug tracker before filing it. the external bug is already linked, see comment #3 Thanks, we will continue monitoring this upstream. Reopening to track KDE 4.2 push (reference added to the KDE 4.2 update, so Bodhi should autoclose it). Thanks for continuing to monitor this upstream, although everybody failed to notice that it's not fixed upstream, and certainly isn't fixed in the current release. Changing to CLOSED - UPSTREAM since that's a bit more accurate. It got included in my mass close because it got added to the kde42 tracker as fixed in 4.2. Apparently somebody incorrectly claimed it was fixed in 4.2. I've taken it off that tracker. Sorry for the mess. this bug happen with kde SC 4.4 kdebase-4.4.0-3.fc12.i686 but not with previous KDE SC RC ( 4.3.98, 4.3.5) sometimes new created tabs are fine ( with LINES=40) and sometimes are not.(LINES=24) Gabriel from ubuntu , Konsole swaps COLUMNS and LINES , when a resize is done from inside a program (eg vi) The following command line totally messes-up konsole until it is resized with mouse ! $ resize; vi /tmp/a +"set co=$(($COLUMNS + 3))" +:q; resize |