Bug 112341 - not alowing any input
Summary: not alowing any input
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.5
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 02:01 UTC by austin
Modified: 2005-09-10 05:19 UTC (History)
0 users

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 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