24

In Ubuntu 13.04 with KDE desktop is there any way to do an action like "Open terminal" in Dolphin? Can it be done using a hotkey?

1
  • for anyone that wonder where is the open terminal here button in dolphin right click, actions there you got open terminal here
    – buncis
    Commented May 16, 2023 at 8:39

1 Answer 1

42

In the dolphin file manager just press the F4 function key and that will open a terminal inside dolphin, in the same directory.

Dolphin file manager showing nested terminal window

To open a separate terminal window, press Shift+F4; or right-click in the directory contents pane and choose Actions > Open Terminal Here.


Note: As Dolphin is KDE-based the default terminal emulator it launches is Konsole, so if you only get an empty area instead of a terminal, try running

sudo apt-get install konsole
8
  • 2
    Do you know of any way to make it put the terminal on the side instead of the top/bottom?
    – Stabledog
    Commented Jan 28, 2014 at 17:41
  • 3
    You can also press Shift+F4 in Dolphin to open current directory in a separate terminal window, or click through Control -> Tools -> Open Terminal if you want to use mouse. Commented Feb 17, 2016 at 13:55
  • 3
    This does not work for me. When I try to either enable it via the menu or F4 key, all that happens is the list window will either expand to the bottom of the main Dolphin window or contract. But, no actual terminal window will show up within the Dolphin app itself. I've seen it work before, not sure if I performed an update that broke this functionality or what... I'm running Ubuntu 16.04 Commented Aug 11, 2016 at 17:11
  • 1
    @user3328969 Just had the same problem and fixed it through sudo apt-get install konsole
    – Fabian N.
    Commented Aug 6, 2018 at 8:18
  • 1
    Is there a way to have it opened by default?
    – Simon Tran
    Commented Apr 21, 2022 at 17:31

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .