Doesn't happen in KDE 4 anymore.
** Changed in: kdebase (Ubuntu)
Status: Confirmed => Fix Released
--
konsole -e does not work due to pty problems
https://bugs.launchpad.net/bugs/43965
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber
> That brings up a message box indicating problems with the PTY
configuration.
The error has nothing to do with PTY configuration. The Konsole code
first checks to see if the executable exists and if it does then it
assumes that any subsequent failures are a PTY related issue. This
behaviour is
I think this is no permission issue. When I try this as root user I get
the same error.
--
konsole -e does not work due to pty problems
https://launchpad.net/bugs/43965
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
I can reproduce this error also with konsole 3.5.4-0ubuntu5 on Edgy and
get the same error message as shown in Kenny's picture.
But strangly I have to put a whitespace after the ';', i.e. use
konsole -e 'ls ; echo hi'
Otherwise I get an error "konsole: ERROR: can not execute ls;". But this
see