Nemo "open in Terminal" doesn't work in Ubuntu MATE 16.04

I’m using Nemo file manager in ubuntu mate 16.04 LTS… but when i Right click --> Open in Terminal, nothing happens. not even error messages.

Asked By: Exil

||

I found out that Nemo is configured to launch gnome-terminal, so installing it fixes the issue:

sudo apt-get update
sudo apt-get install gnome-terminal

Also you can install it from Ubuntu Apps.

Answered By: Exil

You can use gsettings to launch the MATE terminal:

gsettings set org.cinnamon.desktop.default-applications.terminal exec mate-terminal
Answered By: wilsonia