Star Hype News.

Premium celebrity moments with standout appeal.

general

How to open terminal in dolphin?

By Matthew Cannon

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 Answer

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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy