次のようなものを実行すると:
$ konsole -e "sleep 30"
このメッセージを受け取りました
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.
しかし、これを実行しようとすると:
$ gnome-terminal -e "sleep 30"
そうすれば問題なく、エラーも発生しません。
Konsole の PTY デバイスへの読み取り/書き込みアクセスを変更するにはどうすればよいですか?