Dolphin under gnome

Hello everyone,

Nautilus just isn’t good enough for me so I decided to go for a Dolphin. I managed to get background color right by starting it with stylesheet explicitly set like: dolphin -stylesheet dolphin.gss
My stylesheet:

DolphinViewContainer > DolphinView > QAbstractScrollArea {
      background-color: transparent;
}

Is this right approach or is there a better way? I noticed that the slidebar has sometimes white background too.
I also installed Konsole because I was not able to find a way of replacing it with gnome-terminal or fish and I want to be able to use terminal panel inside dolphin. Now my biggest concern is how to make konsole in dolphin look exactly like konsole outside dolphin :smiley:


On the left side is the same konsole only difference is that it isn’t run by dolphin. Why is there a difference? I checked profiles settings, but everything seems to be all right.
Did anyone manage to make dolphine work under Gnome just like under KDE Plasma? If so, I would greately appreciate your help.

Transparency in KDE Plasma is handled by KWin, while Gnome doesn’t use it …
Your Konsole is set to zsh that might be defined in a profile you use it by default, so you have to switch to that profile in the Dolphin Terminal too, just right click inside it and select that profile.

1 Like

I don’t see a difference. They both use the same profile.

If you type zsh and press Enter inside Dolphin Terminal, does it look the same as Konsole?

Yes it changed but it also stopped to follow folder view as konsole in dolphin does by default.