Xfce Wiki

Sub domains
 

This is an old revision of the document!


thunarx-python

Python bindings for the Thunar Extension Framework

Download

The latest version is thunarx-python 0.3.0

Installation and Usage

Install

To install, run the following commands:

$ ./configure (or ./autogen.sh if building from git)
$ make
$ make install

If you have built thunar into a non-standard prefix, thunarx-python will be installed there, but make sure pkg-config knows where it is. You may have to update your PKG_CONFIG_PATH environment variable to include your thunar's pkgconfig path.

  export PKG_CONFIG_PATH="/thunar_prefix/lib/pkgconfig"

Dependencies

  • thunar (0.4.0 or later)
  • pygtk (2.6.0 or later)
  • pygobject (2.6.0 or later)

Debugging

To enable debug mode, start thunar with the following command:

$ THUNARX_PYTHON_DEBUG=all /path/to/thunar

Extensions using thunarx-python