From ca0a8f4d6cc24707bc07c3013bff321e2f0c24fd Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Fri, 13 Jan 2012 23:18:04 +0100 Subject: initial import from Mate-Extra repo --- examples/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 examples/README (limited to 'examples/README') 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 -- cgit v1.2.1