Package Search
 
Members: 353 | Topics: 767 | Posts: 3211
We welcome our newest member: ClintBarton
Info
» You aren't logged in, login or registerOnline: No members and 10 guests | Time: 08:35
Terminal Performance
paldo Support Forum    paldo    General Discussion
Reply Reply   Subscribe Topic Subscribe Topic
3 posts found.
 Terminal Performance
Junior Mitglied
 
 
 
Posts: 4
Registered: 2006-09-09
Hello,

I recently found Paldo while taking a look at Vala (which is a great project!) and since I needed a fresh installation anyway, I decided to give it a try. So far I'm very positively surprised (and wondering why Paldo has gotten no big press yet :-)).

Just one thing seems off and that's the performance of gnome-terminal. Every time I type a letter, a cursor blinks on the left side of the line (it seems the cursor jumps back and forth). The input can also lag and when I paste some text, I can see every letter printed separately... I've never seen this behaviour before (my last recently used Distribution is Ubuntu).

Daniel
Profile   Private Message   Web
Created: 2006-09-09 22:42 | Modified: 2006-09-09 22:48 by dborg
Highlight selected Text   Edit   Delete   Quote Reply
 Re: Terminal Performance
Administrator
 
 
 
Posts: 426
Registered: 2004-09-09
Hello Daniel,

The terminal performance problem is known, no real solution yet, though. It happens since paldo has updated to readline 5.1 and only if the bash prompt has been set to set the title of the terminal. You can disable setting the terminal title to work around the problem by removing the following if block from /etc/profile (or overriding it in ~/.bash_profile)

Code[In neuem Fenster öffnen]
if [ "$TERM" = "xterm" -o "$TERM" = "xterm-color" ] ; then
PS1="\[\033]0;\u@\h:\w\007\]$PS1"
fi

Profile   Private Message   Web
Created: 2006-09-10 12:05
Highlight selected Text   Edit   Delete   Quote Reply
 Re: Terminal Performance
Junior Mitglied
 
 
 
Posts: 4
Registered: 2006-09-09
That's much better, thanks.
Profile   Private Message   Web
Created: 2006-09-10 20:19
Highlight selected Text   Edit   Delete   Quote Reply
Subscribe Topic Subscribe Topic
powered by bitron board 1.23a