| Summary: | Konsole truncates lines longer than 80 columns | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | support |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | adaptee, hr.denzler |
| Priority: | NOR | ||
| Version First Reported In: | 2.4.5 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
support
2010-12-10 12:37:51 UTC
This is caused by adding eval `resize` to the shell startup files. If this is removed the COLUMNS env var remains unset and ps behaves as expected. You have to add the eval `resize` to fix the two year old Konsole bug (176902) that breaks signal handling for screens of exactly 80x40 in size > man 1 ps /--cols n > ps -ef --cols 150 The problem is not specific to konsole. 'ps -ef' will get line truncated in xterm/gnome-terminal/linux-console. 'ps -ef --cols ...' from comment #1 works well. So I will close it. |