confusing scrollbar behavior in gnome-terminal when using screen-profiles
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
byobu |
Invalid
|
Low
|
Unassigned | ||
Ubuntu |
Won't Fix
|
Low
|
Unassigned | ||
byobu (Ubuntu) |
Won't Fix
|
Low
|
Unassigned | ||
screen-profiles (Ubuntu) |
Won't Fix
|
Low
|
Unassigned |
Bug Description
Binary package hint: screen-profiles
After using screen-profiles for a bit, I've noticed rather odd scrollbar behavior in gnome-terminal. To reproduce:
1. install screen-profiles
2. open gnome-terminal
3. select-
4. screen
5. ls -lR /
Normal gnome-terminal behavior is to pin the scrollbar slider to the bottom, and then moving the scrollbar up scrolls back. However with screen-profiles, the gnome-terminal scrollbar slider moves up as the 'ls -lR' output scrolls. As soon as you try to move the scrollbar it 'resyncs' (for lack of a better word) and operates normally.
$ lsb_release -rd
Description: Ubuntu jaunty (development branch)
Release: 9.04
$ apt-cache policy screen-profiles
screen-profiles:
Installed: 1.19-0ubuntu1
Candidate: 1.19-0ubuntu1
Version table:
*** 1.19-0ubuntu1 0
500 http://
100 /var/lib/
ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: screen-profiles 1.19-0ubuntu1
PackageArchitec
ProcEnviron:
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: screen-profiles
Uname: Linux 2.6.28-6-generic x86_64
Changed in screen-profiles: | |
importance: | Undecided → Low |
status: | New → Triaged |
Changed in byobu (Ubuntu): | |
status: | Triaged → Confirmed |
Changed in byobu: | |
status: | Triaged → Confirmed |
I'll mark confirmed, since I see the same behavior.
However, this is a direct result of our "enabling" of gnome-terminal's scroll bar.
If you select- screen- profile and choose the plain (system default), you won't see this behavior. However, you also won't be able to scroll at all using your gnome-terminal scroll bars.
It's the line:
termcapinfo xterm* ti@:te@
That enables this. There may be some other magic that could pin your scroller at the bottom, but I don't know it.
:-Dustin