[Konsole-devel] [Bug 141393] New: konsole / dcop lag miss some keyboard validation

Blindauer Emmanuel bugs.kde.org at mooby.net
Thu Feb 8 11:58:00 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=141393         
           Summary: konsole / dcop lag miss some keyboard validation
           Product: konsole
           Version: 1.6.4
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: konsole-devel kde org
        ReportedBy: bugs.kde.org mooby net


Version:           1.6.4 (using KDE 3.5.4, compiled sources)
Compiler:          Target: i586-mandriva-linux-gnu
OS:                Linux (i686) release 2.6.17-6mdv

I'm using konsole to send to several sessions the same command on several hosts, using the tabbed konsole.
To open all tabs and launch an ssh connexion I use dcop.
using one or two tabs is ok, but when creating a large nomber a tabs with dcop and sending them the entry "ssh root ip", nothing is displayed nor executed in the tab, and I need to press enter to see the entry sent via dcop and is executed only at that moment.
Here follow a simplified script to reproduce it. 


KONSOLE=`dcopclient $KONSOLE_DCOP`
for A in $(seq  1 50); do
        NEWSESSION=`dcop $KONSOLE konsole newSession $A`
        dcop $KONSOLE $NEWSESSION renameSession $A
        dcop $KONSOLE $NEWSESSION sendSession "ssh root XXX YYY ZZZ $A"
done



More information about the konsole-devel mailing list