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.


You can use gsettings to launch the MATE terminal:

gsettings set org.cinnamon.desktop.default-applications.terminal exec mate-terminal

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

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

Also you can install it from Ubuntu Apps.