Bug 107593
| Summary: | less doesn't page up well under gnome-terminal | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Brian Brock <bbrock> |
| Component: | vte | Assignee: | Behdad Esfahbod <behdad> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | caillon, mitr |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.12.0 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-07-27 21:40:47 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
Brian Brock
2003-10-20 21:22:00 UTC
I don't see this with less-378-11.1 gnome-terminal-2.4.0.1-1 man-1.5k-12 LANG="cs_CZ.UTF-8" That said, it might be related to bug 91691. I get this problem on Fedora Core 2. $ rpm -q gnome-terminal less man gnome-terminal-2.6.0-2 less-382-3 man-1.5m2-6 $ echo $LANG en_GB.UTF-8 Hi, What version of VTE do you have? Are you running Fedora Core 2, or Fedora Core 3 test 2? Thanks. I also see this in RHEL 3, update 3. gnome-terminal-2.2.2-1 vte-0.11.10-3 less-378-11 LANG="en_US.UTF-8" SUPPORTED="en_US.UTF-8:en_US:en" SYSFONT="latarcyrheb-sun16" normally, I use konsole in RHEL. gnome-terminal launched from command line under konsole. in the new gnome-terminal session, I ran `man bash`, and see a long lag on writes when pgup'ing... mirrors symptoms in original report. I just found a workaround for this bug (which still exists in FC3). Try adding the "-h0" option to less. To make it permanent, I added an alias less='less -h0' in /etc/profile.d/less.sh and also added '-h0' to the PAGER variable in /etc/man.config, to fix the man command as well. This is already fixed in FC5. |