Summary: | konsole / dcop lag miss some keyboard validation | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Blindauer Emmanuel <bugs.kde.org> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 1.6.4 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Blindauer Emmanuel
2007-02-08 12:58:00 UTC
I can confirm this one, really annoying; It'd be nice if you could include some dcop function to spawn a session with a specified command, instead of the default shell. Confirmed on Konsole 1.6.6, KDE 3.5.8, Kubuntu 7.10 (Gutsy). This happens for me with only one tab open. Script to reproduce: KONSOLE=`dcopclient $KONSOLE_DCOP` CURSESSION=$KONSOLE_DCOP_SESSION NEWSESSION=`dcop $KONSOLE konsole newSession server1` dcop $KONSOLE $NEWSESSION renameSession server1 dcop $KONSOLE $NEWSESSION sendSession "echo Hello" KDE 3.5.x is no longer being worked on. KDE 4 doesn't use DCOP. |