blob: f3e8d53ebb870f4c24553d64bbea7108340195fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
|