I downloaded the steam i found in synaptic and it downloaded and installed just fine. i can run and log on. I tried to download and test a game and this is when the trouble start. a window pops up with the top tag "a fatal error has occoured - konsole" with the message: "Konsole is unable to open a PTY ( pseudo teletype). it is likely that this is du to an incorrect config. of the PTY devices. Konsole needs to have read/write accsess to PTY devices."
I tired googling and the only solution i found that worked for other people was to add this line to fstab : "devpts /dev/pts devpts gid=5,mode=620 0 0" but after doing that and a reboot it did not work either.
can you very nice Q4OS people help me out ?
Best Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The konsole parameters has been probably assigned wrong way. See example below:
$ konsole -e "sleep 1"
will give the error message, but:
$ konsole -e sleep 1
will pass fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I downloaded the steam i found in synaptic and it downloaded and installed just fine. i can run and log on. I tried to download and test a game and this is when the trouble start. a window pops up with the top tag "a fatal error has occoured - konsole" with the message: "Konsole is unable to open a PTY ( pseudo teletype). it is likely that this is du to an incorrect config. of the PTY devices. Konsole needs to have read/write accsess to PTY devices."
I tired googling and the only solution i found that worked for other people was to add this line to fstab : "devpts /dev/pts devpts gid=5,mode=620 0 0" but after doing that and a reboot it did not work either.
can you very nice Q4OS people help me out ?
Best Regards
The konsole parameters has been probably assigned wrong way. See example below:
$ konsole -e "sleep 1"
will give the error message, but:
$ konsole -e sleep 1
will pass fine.