Bug 347827 - Starting Terminal in Super User Mode in KF5 starts a konsole in normal mode
Summary: Starting Terminal in Super User Mode in KF5 starts a konsole in normal mode
Status: RESOLVED DOWNSTREAM
Alias: None
Product: kmenuedit
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-17 10:45 UTC by Freek de Kruijf
Modified: 2015-05-19 13:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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