Skip to content

mate-desktop/caja-extensions

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
.tx
 
 
 
 
po
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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