-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathREADME
More file actions
24 lines (17 loc) · 654 Bytes
/
README
File metadata and controls
24 lines (17 loc) · 654 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
libcaja-extension python bindings
====================================
These are unstable bindings for the caja extension library.
For examples and documentation check the examples sub directory.
As of python-caja 1.5.0, scripts are loaded only 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 1.17.1
Python 3.6
PyGObject 3.0.0
Problems
========
It's currently not possible to reload the python file without
restarting caja. That's a planned feature for future versions.