Bug 347827

Summary: Starting Terminal in Super User Mode in KF5 starts a konsole in normal mode
Product: [Applications] kmenuedit Reporter: Freek de Kruijf <freekdekruijf>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED DOWNSTREAM    
Severity: normal CC: wbauer1
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Freek de Kruijf 2015-05-17 10:45:02 UTC
kmenuedit shows for this .desktop file the command:

konsole --profile "Shell"

This should however be:

konsole --profile "Root Shell"

The problem with this is that the file /usr/share/konsole/Root\ Shell.profile does not exist.
However the file /usr/share/kde4/apps/konsole/Root\ Shell.profile does exist. So the solution is to apply the change above and make a symbolic link like:

ln -s /usr/share/kde4/apps/konsole/Root\ Shell.profile /usr/share/konsole/

Reproducible: Always
Comment 1 Wolfgang Bauer 2015-05-19 13:20:21 UTC
That "Root Shell" profile is an openSUSE specific addition.

It is still missing for the KF5 based Konsole, as you reported yourself:
https://bugzilla.opensuse.org/show_bug.cgi?id=908029