After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 408112 - vte 0.15.3 causes line break or grumble...
vte 0.15.3 causes line break or grumble...
Status: RESOLVED DUPLICATE of bug 407945
Product: vte
Classification: Core
Component: general
0.15.x
Other All
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-15 04:16 UTC by Jeremy Messenger
Modified: 2007-02-16 09:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Fix scrolling (10.13 KB, patch)
2007-02-15 08:15 UTC, Chris Wilson
none Details | Review

Description Jeremy Messenger 2007-02-15 04:16:22 UTC
Please describe the problem:
I do not know how to explain what the bug looks like. If I type more than three or four characters in 'ee' (editor) on FreeBSD 6.2-STABLE and it will displaying as grumble like turn a line into multi-line. I haven two screenshots, one in gnome-terminal and one in aterm. If I download vte back to 0.15.2 and it solves my problem.

Steps to reproduce:
1. Type more than three to four characters in ee.

Actual results:
A line turns into multi-line and grumble. Also, I can't do the backspace anymore to delete characters after that four characters.

Expected results:
http://people.freebsd.org/~mezz/gnome-terminal.png
http://people.freebsd.org/~mezz/aterm.png

Does this happen every time?
Yes.

Other information:
Comment 1 Jeremy Messenger 2007-02-15 04:34:18 UTC
BTW: Here is what it looks like with vte 0.5.2 that does not has any of problem.

http://people.freebsd.org/~mezz/vte-0.15.2.png
Comment 2 Chris Wilson 2007-02-15 08:15:53 UTC
Created attachment 82584 [details] [review]
Fix scrolling

This looks like it may be similar to the screen regression (scrolling inside an alternate screen). Can you try HEAD or simply the attached patch?
Comment 3 Jeremy Messenger 2007-02-15 18:02:25 UTC
I have pulled down the rev 1688[1]. This problem still exists. I went ahead to try the attached patch (id=82584) instead and it still doesn't solve this problem either.

[1] http://svn.gnome.org/viewcvs/vte?rev=1688&view=rev
Comment 4 Jeremy Messenger 2007-02-15 18:04:13 UTC
Reading my grammar and it looks like I am not a bit clear. The "I have pulled down the rev 1688[1]." is what I mean by I have pulled full HEAD and the lastest is rev 1688.
Comment 5 Jeremy Messenger 2007-02-15 20:44:29 UTC
I have figured out how to reproduce it. You have to be in ZSH to reproduce it. I went in the dummy account that has no custom config of ~/.*, just complete default. If I switch back to SH and it solves my problem.

Also, I just found out that I can't even see any of letters in VIM unless I change my shell to SH.

BTW: The ZSH version is 4.3.2.
Comment 6 Chris Wilson 2007-02-16 00:03:43 UTC
Hmm, just installed zsh (4.3.2) and vim appears to be functioning normally. I'm starting to suspect that this is related to bug 407945 which is related to vte breaking the child environment.

Can you compare the output of env between vte-0.15.2 and vte-0.15.3? Or just check the value of TERM (which should be xterm)?

Otherwise, a couple more screenshots showing different failure modes and a typescript would be useful.
Thanks.
Comment 7 Jeremy Messenger 2007-02-16 02:29:30 UTC
Yep, that's it. If I set TERM to 'xterm' and it solves my problem.

vte-0.15.2: TERM=xterm
vte-0.15.3.1688: TERM=cons25

As for more screenshot, I took one in VIM with 0.15.3.1688 and I typed 'foobar'.

http://people.freebsd.org/~mezz/vte-0.15.3.1688.png

You can go ahead mark this as duplicate and I will be following up in bug 407945 to test or whatever. Thanks!
Comment 8 Chris Wilson 2007-02-16 09:16:24 UTC
Jeremy, thank you for tracking this down. Please do follow bug 407945 and confirm that whatever fix is made there also works for you.

*** This bug has been marked as a duplicate of 407945 ***