Xubuntu Thunar "Open Terminal Here" opens konsole in homefolder
I found solution!!! In Thunar Edit>Configure custom actions... then edit "Open Terminal Here"
and replace:
exo-open --working-directory %f --launch TerminalEmulator
with this:
konsole --workdir %f
By default, Thunar uses the exo-open
command, which is configured in the XFCE settings. If you do not have the XFCE settings app installed, you can instead configure it in ~/.config/xfce4/helpers.rc
:
TerminalEmulator=konsole
TerminalEmulatorDismissed=true
or, another example,
TerminalEmulator=kitty
TerminalEmulatorDismissed=true