diff options
| author | Stefano Karapetsas <[email protected]> | 2012-01-13 23:18:04 +0100 | 
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2012-01-13 23:18:04 +0100 | 
| commit | ca0a8f4d6cc24707bc07c3013bff321e2f0c24fd (patch) | |
| tree | 4c4d47f249603be3cb816b1456a9dc71c0b48999 /examples/README | |
| download | python-caja-ca0a8f4d6cc24707bc07c3013bff321e2f0c24fd.tar.bz2 python-caja-ca0a8f4d6cc24707bc07c3013bff321e2f0c24fd.tar.xz | |
initial import from Mate-Extra repo
Diffstat (limited to 'examples/README')
| -rw-r--r-- | examples/README | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..7526a37 --- /dev/null +++ b/examples/README @@ -0,0 +1,15 @@ +To try any of the examples, copy them over to: + +    $XDG_DATA_DIR/share/caja-python/extensions/ +or: +    ~/.local/share/caja-python/extensions/ + +FYI, it is still possible to load plugins from the old locations. + +Then restart caja. + +Hint: if you're testing an extension that you're developing, it may +be useful to start a 'private' instance of caja, like this: + $ mkdir /tmp/testing + $ export TMPDIR=/tmp/testing + $ caja --no-desktop | 
