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?
Asked
Active
Viewed 3.1k times
23
-
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 Answers
41
In the dolphin file manager just press the F4 function key and that will open a terminal inside dolphin, in the same directory.
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
-
1Do 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
-
-
2You 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
-
3This 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 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
-
