I like to be able to send a command when I launch the Konsole in RedHat 5. Eg.
$ konsole -e "sleep 30"
What is happening is the "sleep 30" is becoming the title and I am getting an error saying that
Konsole is unable to open a PTY (pseudo teletype). It is likely that this is due to an incorrect configuration of the PTY devices. Konsole needs to have read/write access to the PTY devices."
How do I do this?