Bug 235119 - I can't write in konsole not appears letters or symbol
Summary: I can't write in konsole not appears letters or symbol
Status: RESOLVED LATER
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-22 23:49 UTC by georges
Modified: 2011-03-19 15:57 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description georges 2010-04-22 23:49:09 UTC
Version:            (using KDE 4.4.2)
OS:                Linux
Installed from:    Archlinux Packages


I’m using  Archlinux version 86_64 and kde 4.4.2

When I’m opening the konsole, i can't  write nothing, click buttons from keyboard and nothing is appear.

After checking the error txt, I’m receiving this message

" konsole(3040)/kdecore (KPty/K3Process) KPty::open: Can't open a pseudo teletype
konsole(3040) Konsole::Pty::flowControlEnabled: Unable to get flow control status, terminal not connected.
konsole(3040)/kdeui (kdelibs): Attempt to use QAction "change-profile" with KXMLGUIFactory!
konsole(3040) Konsole::Pty:t: Unable to set terminal attributes. "

what can i do?
Comment 1 Hans-Rudi Denzler 2010-04-23 11:49:33 UTC
Create a new user. Is behavior same ?
Comment 2 georges 2010-04-24 01:48:03 UTC
yes the same problem and in the new user! 

i'm creating new user with this command 
"useradd -m -G users,wheel,audio,optical,storage -s /bin/bash <name use>
Comment 3 Hans-Rudi Denzler 2010-04-24 12:12:34 UTC
What is your Font in konsole ?
--> konsolerc --> Shell.profile:

[Appearance]
ColorScheme=BlackOnWhite
Font=Monospace,12,-1,2,50,0,0,0,0,0

"Misc Console" font is not working anymore and showed similar behavior.
Comment 4 georges 2010-04-25 03:16:07 UTC
 The color scheme is the same, but the biggest problem is the kersor on corner up left don't moving when click something on the keyboard!
Comment 5 L Nix 2010-10-06 23:14:30 UTC
From the error messages, it looks like his system is either not creating pseudo PTY's as needed, or not allowing his users access to the PTY devices.

konsole(3040)/kdecore (KPty/K3Process) KPty::open: Can't open a pseudo teletype

Check permissions on directory /dev/pts, and files within /dev/pts.

Can you use konsole when logged in as root?  If so, then this is a permissions problem with the PTY files or dir path.

Otherwise, research issues with the pseudo-terminal subsystem.
Comment 6 Kurt Hindenburg 2011-03-19 15:57:05 UTC
Distro issue I think.