Bug 112341

Summary: not alowing any input
Product: [Applications] konsole Reporter: austin <austinlee33>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: 1.5   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description austin 2005-09-10 02:01:04 UTC
Version:           1.5 (using KDE KDE 3.4.0)
Installed from:    SuSE RPMs
OS:                Linux

the konsole is not allowing any input after the window comes up, the screen is blank, although i can access the settings and everything else, but i can't type commands
Comment 1 Thiago Macieira 2005-09-10 03:20:46 UTC
This is no crash.

Check with ps from another terminal/xterm/konsole if that konsole is running any child process. Example:

$ ps axf
[...]
 9748 ?        S      0:19  \_ konsole [kdeinit]
 9994 pts/5    Ss+    0:00      \_ /bin/bash
[...]
Comment 2 austin 2005-09-10 05:17:50 UTC
thank you for your help,
I figured out that this is a access issue,
it couldn't find su, but really it was just locked by the root,
so i logen in as the root and changed the rights to the file to read for other users,
now it is working properly,
thank you for your help and consideration
Comment 3 austin 2005-09-10 05:19:27 UTC
resolved