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 --- README | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..f3e8d53 --- /dev/null +++ b/README @@ -0,0 +1,29 @@ +libautilus-extension Python bindings +==================================== + +These are unstable bindings for the caja extension library +introduced in Mate 2.6. + +For examples and documentation check the examples sub directory. + +Note that scripts are loaded from $prefix/lib/caja/extensions-2.0/python. + +As of caja-python 0.7.0, scripts are also loaded from $XDG_DATA_DIR/caja-python/extensions, +which includes ~/.local/share and /usr/share (or whatever your $XDG_DATA_DIR is +set to). + +Try to copy test.py to that directory for an example + +Requirements +============ + +Caja 2.22.0 +Python 2.3 +PyGtk 2.8.0 +PyGObject 2.16.0 + +Problems +======== +It's currently not possible to reload the python file without +restarting caja. That's a planned feature for future versions + -- cgit v1.2.1