• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-3,5572,827

examples/H03-May-2022-831680

m4/H18-Jul-2019-9,4858,567

src/H03-May-2022-1,7421,364

AUTHORSH A D01-Jan-2018159 75

COPYINGH A D01-Jan-201817.7 KiB340281

ChangeLogH A D18-Jul-2019131 42

INSTALLH A D18-Jul-201915.4 KiB369287

Makefile.amH A D02-Jan-2018265 1610

Makefile.inH A D03-May-202228.8 KiB911812

NEWSH A D18-Jul-20195.5 KiB128110

READMEH A D02-Jan-20181.1 KiB3726

aclocal.m4H A D18-Jul-201963.5 KiB1,7691,593

compileH A D18-Jul-20197.2 KiB349259

config.guessH A D18-Jul-201943.3 KiB1,4771,283

config.h.inH A D18-Jul-20191.9 KiB7751

config.subH A D18-Jul-201935.7 KiB1,8371,699

configureH A D18-Jul-2019451 KiB15,35312,853

configure.acH A D18-Jul-20193 KiB9979

depcompH A D18-Jul-201923 KiB792502

install-shH A D18-Jul-201914.3 KiB502327

ltmain.shH A D18-Jul-2019316.6 KiB11,1507,980

missingH A D18-Jul-20196.7 KiB216143

nautilus-python.pc.inH A D01-Jan-2018166 86

README

1libautilus-extension Python bindings
2====================================
3
4These are unstable bindings for the nautilus extension library
5introduced in Gnome 2.6.
6
7For examples and documentation check the examples sub directory.
8
9Requirements
10============
11
12Nautilus  2.32.0
13Python    2.x or 3.x
14PyGObject 2.28.0
15
16As of v1.2.0 the nautilus-python bindings can be built with either python3
17or python2 support.  Ensure the $PYTHON environment variable is pointed
18at your preferred python executable before running configure or autogen.
19
20Running Extensions
21==================
22As of nautilus-python 1.2.0, scripts are loaded in the following order:
23
24  1. $XDG_DATA_HOME/nautilus-python/extensions (i.e. ~/.local/share/...)
25  2. nautilus_prefix/share/nautilus-python/extensions (i.e. ~/Development/...)
26  3. $XDG_DATA_DIRS/nautilus-python/extensions (i.e. /usr/share/...)
27
28Simply copy your python scripts into that folder and restart Nautilus.
29
30Problems
31========
32It's currently not possible to reload a python script without
33restarting nautilus.
34
35Run nautilus with the NAUTILUS_PYTHON_DEBUG=misc environment variable to
36print out debug information.
37