23

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?

muru
  • 193,181
  • 53
  • 473
  • 722
Raja G
  • 100,643
  • 105
  • 254
  • 328
  • for anyone that wonder where is the `open terminal here` button in dolphin `right click, actions there you got open terminal here` – buncis May 16 '23 at 08:39

1 Answers1

41

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
Zanna
  • 69,223
  • 56
  • 216
  • 327
Raja G
  • 100,643
  • 105
  • 254
  • 328
  • 1
    Do you know of any way to make it put the terminal on the side instead of the top/bottom? – Stabledog Jan 28 '14 at 17:41
  • Give me time. I will try and let you know. – Raja G Jan 28 '14 at 17:47
  • 2
    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. – Alexander Revo Feb 17 '16 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 – user3328969 Aug 11 '16 at 17:11
  • @user3328969 Same here with Xubuntu 18 – metamorphosis May 31 '18 at 02:00
  • @user3328969 Just had the same problem and fixed it through `sudo apt-get install konsole` – Fabian N. Aug 06 '18 at 08:18
  • @Stabledog drag the terminal to the desired position, close, and the next time is in this place. – Maske Dec 23 '20 at 19:52
  • Is there a way to have it opened by default? – Simon Tran Apr 21 '22 at 17:31