summaryrefslogtreecommitdiff
path: root/README
blob: 6f34524218f64364bb2c64c8014436f9c07c036d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[![Translation status](https://translate.fedoraproject.org/widget/mate-desktop/svg-badge.svg)](https://translate.fedoraproject.org/engage/mate-desktop/)

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