[Thunar-workers] [Thunar File Manager] page changed: documentation:installation_debian

thunar-workers at xfce.org thunar-workers at xfce.org
Mon May 1 19:59:36 CEST 2006


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2006/05/01 17:59
Browser     : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2
IP-Address  : 200.252.229.162
Hostname    : 200.252.229.162
Old Revision: http://thunar.xfce.org/pwiki/documentation/installation_debian?rev=1145122551
New Revision: http://thunar.xfce.org/pwiki/documentation/installation_debian
Edit Summary: Installing Thunar 0.3.0 beta on Xubuntu 5.04 from source
User        : gbitten

@@ -8,4 +8,32 @@
  This will fetch the thunar package and all dependencies and install them on your system (note that the command must be run with superuser priviliges, hence the ''sudo'' prefix).
  
  Now type ''Thunar'' or select **Thunar File Manager** from the menu to start Thunar.
  
+ 
+ ====== Installing Thunar 0.3.0 beta on Xubuntu 5.04 from source ======
+ Download the lastest realease:
+ <code bash>wget http://thunar.xfce.org/download/releases/beta1/Thunar-0.3.0beta1.tar.bz2
+ wget http://thunar.xfce.org/download/releases/beta1/exo-0.3.1.6beta1.tar.bz2
+ </code>
+ 
+ Install **libexo** from Ubuntu Universe repository to resolve any dependecies (maybe this step isn't necessary):
+ <code bash>sudo apt-get install libexo0.3-0 libexo0.3-dev
+ </code>
+ 
+ Install **Exo**:
+ <code bash>tar xfj exo-0.3.1.6beta1.tar.bz2
+ cd exo-0.3.1.6beta1
+ ./configure --prefix='/opt/xfce' ; make ; sudo make install
+ cd ..
+ </code>
+ 
+ Install **Thunar**:
+ <code bash>tar xfj Thunar-0.3.0beta1.tar.bz2
+ export PKG_CONFIG_PATH='/opt/xfce/lib/pkgconfig:$PKG_CONFIG_PATH'
+ cd Thunar-0.3.0beta1
+ sudo apt-get install libxml-parser-perl
+ ./configure --prefix='/opt/xfce' ; make ; sudo make install
+ </code>
+ 
+ Execute Thunar:
+ <code bash>/opt/xfce/bin/thunar</code>



-- 
This mail was generated by DokuWiki at
http://thunar.xfce.org/pwiki/




More information about the Thunar-workers mailing list