當我運行類似的東西:
$ 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 設備的讀取/寫入存取權限?