On my impish, /bin is a link to /usr/bin. Same for sbin.
Announcement
Collapse
No announcement yet.
Need to enter password in konsole
Collapse
This topic is closed.
X
X
-
When I start konsole from the task bar TWO windows are created - one with the normal prompt, the other one with NO prompt at all.
- Top
- Bottom
Comment
-
You also might have Konsole settings in System Settings > Window Management > Window Rules
- Top
- Bottom
Comment
-
Originally posted by hstoellinger View PostWhen I start konsole from the task bar TWO windows are created - one with the normal prompt, the other one with NO prompt at all.
Two ways to approach these kinds of problems:
- Rename .bashrc to something like bashrc-backup, then start a konsole. Then if the problem is gone (others might happen) copy half the contents of bashrc-backup to .bashrc, and test again. If no problem, add some more of .bashrc, else delete half of it. And so on, binary chopping to the cause.
If you still get the problems with no .bashrc, there must be another file that's run at shell start up. There's at least .profile and .login.
- Use the system monitor (in 20.04 it may be called ksysguard) to see what processes are running when you open a konsole. Or, tediously, learn to use the ps command in another konsole. This approach can take a lot of time.
Regards, John Little
- Top
- Bottom
Comment
Comment