Konsole Read/Write Access to PTY Device
Posted
by
Carmen
on Server Fault
See other posts from Server Fault
or by Carmen
Published on 2010-12-21T22:36:35Z
Indexed on
2010/12/21
22:55 UTC
Read the original article
Hit count: 261
kde
When I run something like:
$ konsole -e "sleep 30"
I get this message
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.
But if I try to run this:
$ gnome-terminal -e "sleep 30"
Then it is fine, and it does not throw any error.
How can I change the read/write access of the Konsole to the PTY devices?
© Server Fault or respective owner