# caja-extensions **Repository Path**: mate-desktop/caja-extensions ## Basic Information - **Project Name**: caja-extensions - **Description**: Set of extensions for Caja, the MATE file manager - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-20 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Set of extensions for Caja, the MATE file manager. Debug ----- In order to see caja debug messages, you need to set the CAJA_DEBUG env variable. e.g.: $ CAJA_DEBUG=y caja Notes ----- To test caja-extensions with a custom caja build you need to specify the caja-extension dir. e.g.: $ ./configure --with-cajadir=/usr/local/lib/caja/extensions-2.0/ \ --prefix=/usr/local