[Xfce-bugs] [Bug 14201] Thunar Directories Keep Moving Position

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Wed Feb 7 10:27:59 CET 2018


https://bugzilla.xfce.org/show_bug.cgi?id=14201

--- Comment #9 from alexxcons <acs82 at gmx.de> ---
Great! v3.18.9 is fine for thunar.  
Currently the configure.ac.in stats to require 3.22 ... just replace the
version there with 3.18 (thunar is not using any 3.22 specific features)
https://git.xfce.org/xfce/thunar/tree/configure.ac.in#n153

Here is the repo: https://git.xfce.org/xfce/thunar/

Possibly (depending on the -dev packages slack provides) you will need to as
well compile exo from source:
https://git.xfce.org/xfce/exo/

For exo:
./autogen.sh
make
make install
( AFAIK no problem to have old and new exo installed in parallel)

For thunar:
./autogen.sh
make
./thunar/thunar

( If you do "make install" for thunar, your 3rd party thunar plugins will
refuse to work, since the Plugin-API changed ...  it would be required to as
well re-build them from source )

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Xfce-bugs mailing list