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
Last revisionBoth sides next revision
projects:bindings:thunarx-python [2017/11/30 15:44] – [Installation and Usage] adamplumbprojects:bindings:thunarx-python [2017/12/14 02:16] – [Installation and Usage] adamplumb
Line 14: Line 14:
 ===== Installation and Usage ===== ===== 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 === === Install ===
  
Line 28: Line 36:
     export PKG_CONFIG_PATH="/thunar_prefix/lib/pkgconfig"     export PKG_CONFIG_PATH="/thunar_prefix/lib/pkgconfig"
  
-=== 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 thunar v0.3.0. 
-  
 === Debugging === === Debugging ===