https://bugs.kde.org/show_bug.cgi?id=388769
--- Comment #8 from Felix Ernst <felixer...@kde.org> --- (In reply to ThomasvonderElbe from comment #7) > I can not wait any longer and would like to change the source code and > compile my own dolphin with this feature. > > Can someone tell me, where in the code this "new tab in > background/foreground" decision is being made? ... Or where else I could ask > this question? For middle-clicking the places panel, I assume it is this line https://invent.kde.org/system/dolphin/-/blob/f81d73a7f3a851dc755ef0cd1fd2a2507587a900/src/dolphinmainwindow.cpp#L2390 – just replace `openNewTab` with `openNewTabAndActivate` there should be enough. (Haven't tested.) For middle-clicking folders within the view, you can probably do the same as above in https://invent.kde.org/system/dolphin/-/blob/f81d73a7f3a851dc755ef0cd1fd2a2507587a900/src/dolphinmainwindow.cpp#L2647 . -- You are receiving this mail because: You are watching all bug changes.