[solved] no icons in root dolphin

I sometimes use dolphin in root mode with kdesudo dolphin. Looks kind of strange because all the icons are missing… Any idea how I can get them back?

Please use the rootactions-servicemenu to open dolphin as root.
It is basically missing some environment variables from the user. And we fixed that there recently.
So starting any kf5 app with

KDE_SESSION_VERSION=5 KDE_FULL_SESSION=true kdesudo <appname>
should help here.

Thank you so much :slight_smile: