The solution I found is the following, compile from source caja-extensions. The problem is already patched from source.
Make sure you have the following dependencies installed:
In
x-terminal-emulator
:sudo apt install autoconf-archive autopoint autopoint clang clang clang-tools gcc git libcaja-extension-dev libdbus-1-dev libdbus-glib-1-dev libdconf-dev libgtk-3-dev libgupnp-1.2-dev libgupnp-1.2-dev libmate-desktop-dev libstartup-notification0-dev libxml2-utils make mate-common pkg-config libgstreamer-plugins-base1.0-dev
Clone the repository to your home directory from the terminal
In
x-terminal-emulator
:git clone https://github.com/mate-desktop/caja-extensions.git
Access the location of the directory you cloned
In
x-terminal-emulator
:cd caja-extensions
Enter the following command
In
x-terminal-emulator
:./autogen.sh --prefix=/usr
Create and install the plugins
In
x-terminal-emulator
:make && sudo make install
Restart the computer and you are done, I have tested this solution by myself.
If it worked for you let me know.