KDE Konsole bad behaviour

Hello.
Suddenly opening a user terminal ask for root password.

Any help is welcome

Desktop Screenshoot :
https://paste.opensuse.org/27634565](https://paste.opensuse.org/96169288)
Konsole configuration :
https://paste.opensuse.org/96169288

Konsole file : ~/.local/share/konsole
Profile_Root_Shell_JCD.profile
Profile_std_JCD.profile
Profile_Wheel_Root_Shell_JCD.profile

Profile : ~/.local/share/konsole/Profile_std_JCD.profile

[Appearance]
ColorScheme=WhiteOnBlack
Font=Monospace,11,-1,5,50,0,0,0,0,0

[General]
Command=/bin/bash
Name=Profile_std_JCD
Parent=FALLBACK/

[Scrolling]
HistoryMode=2

[Terminal Features]
BlinkingCursorEnabled=true

Desktop file: ~/.local/share/plasma_icons/
NONE

Desktop file: /usr/share/applications
https://paste.opensuse.org/39632187

I suggest you check the profile.

For me, the profile lists the command as “/bin/csh -l”. That’s mostly because I use “csh” as my shell. It should normally be “/bin/bash”.

If, by some chance, the profile was changed so that the command was “su” then I would expect it to ask for the root password on startup. Maybe your profile was accidentally changed.

When you look at his image, there is much more rubbish there. And t ends in a call to sudo (not su). That does indeed not look like the normal /bin/bash. May be something in .profile or .bashrc?

Maybe try opening xterm to see if any other consoles are affected?
If not affected, then you can focus on configurations specific to Konsole.
If more than Konsole is affected, then you can look at configurations related to your system and User profile like .bashrc, profile.local, /etc/profile.d/, etc.

AFAIK,
There are only two configuration files specific to Konsole and nothing else… you can search your system for occurrences of

konsole
konsolerc

TSU

Hello.
Thank you every body for helping.
Obsessed with a bug, I forgot that launching konsole from the application launcher call at least ~/.bashrc.
Sorry for the inconvenient.

Don’t blame the “launching of konsole”. It is starting bash that calls ~/.bashrc.