Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
projects:bindings:thunarx-python [2011/03/15 14:11] adamplumbprojects:bindings:thunarx-python [2017/12/14 02:16] – [Installation and Usage] adamplumb
Line 3: Line 3:
 Python bindings for the Thunar Extension Framework Python bindings for the Thunar Extension Framework
  
-You can access our [[http://git.xfce.org/bindings/thunarx-python/|git repository]].+===== Quick Links =====
  
-Report bugs at [[http://goodies.xfce.org/projects/bindings/thunarx-python|here]].+  * [[http://git.xfce.org/bindings/thunarx-python/|Code Repository]] 
 +  * [[http://bugzilla.xfce.org/buglist.cgi?product=thunarx-python&component=general&resolution=---|Bug Reports]]
  
-Latest version is [[http://archive.xfce.org/src/bindings/thunarx-python/0.2/thunarx-python-0.2.3.tar.bz2|0.2.3]]+===== Download ===== 
 + 
 +The latest version is [[http://archive.xfce.org/src/bindings/thunarx-python/0.4/thunarx-python-0.4.0.tar.bz2|thunarx-python 0.4.0]] 
 + 
 +===== Installation and Usage ===== 
 + 
 +=== Dependencies === 
 + 
 +  * thunar (v1.7.0 or later) 
 +  * gtk+3 (3.20.0 or later) 
 +  * pygobject3 (3.20.0 or later) 
 + 
 +For older versions of thunar or if wanting to use pygtk/gtk+2, stick with thunarx-python v0.3.0. 
 +  
 +=== 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" 
 + 
 +=== Debugging === 
 + 
 +To enable debug mode, start thunar with the following command: 
 + 
 +  $ THUNARX_PYTHON_DEBUG=all /path/to/thunar 
 + 
 +===== Extensions using thunarx-python ===== 
 + 
 +  * [[http://www.rabbitvcs.org|RabbitVCS]]