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