diff options
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 |