9

OS: Lubuntu 18.04 x64

I installed Dolphin file explorer and it works just fine. Only the terminal wouldn't open!

When I try: Tools -> Open terminal, nothing happens!

Also when I try to activate the terminal panel, the terminal wouldn't work.

I think the reason for this is dolphin's default terminal command is not executing the default terminal on lxde which is lxterminal...

Is there any way to make it work on Lubuntu? (make it work with lxterminal without having to install another terminal program)

2 Answers2

10

Open the following file:

nano ~/.config/kdeglobals

And add this at the end of the file:

[General]
TerminalApplication=gnome-terminal
ttt
  • 843
  • 3
    You have to restart Dolphin after that – robertspierre Feb 22 '23 at 11:07
  • 1
    For me, with Dolphin 23.08.5 and KDE 5.27.12, changing the TerminalApplication or even the default application in settings had no effect. However, TerminalService=konsole.desktop did the trick! – digikar Aug 26 '25 at 06:49
1

To change it from a GUI, go to System Settings -> Applications -> Default Applications