[Goodies-dev] Stable, maintained goodies for the 4.6 installer

Alexander Iliev sasoiliev at mamul.org
Thu Sep 25 23:38:32 CEST 2008


Enrico Tröger wrote:
> On Thu, 25 Sep 2008 19:22:13 +0300, Alexander Iliev
> <sasoiliev at mamul.org> wrote:
>> [...]
>> Yesterday I tried installing 4.6 under a normal user account but it
>> libxfcegui4 seems to want to write library files in some libglade
>> directory (and thus fails).
> 
> It is possible. We discussed this change some weeks ago on the devel
> list as I'm also building my Xfce into my $HOME directory instead of in
> a global location.
> 
> The solution is to build libxfce4gui with:
> 
> ./configure --prefix=$prefix --with-libglade-module-path=
> $prefix/libglade/2.0/
> 
> Obviously you should replace $prefix with your real used prefix.
> 
> A similar issue happens with xfce-utils, use this one:
> 
> ./configure --prefix=$prefix --with-xsession-prefix=$prefix
> 
> 
> Then you should tell your environment the non-default paths by
> exporting the shell variable LIBGLADE_MODULE_PATH.
> 
> export LIBGLADE_MODULE_PATH=$prefix/libglade/2.0/:$LIBGLADE_MODULE_PATH
> 
> I've done this in my ~/.bashrc but I'm sure there are some other, maybe
> better ways to do this.
> This works pretty fine for me.

Thanks, works great!

BR,
-- 
Alexander Iliev



More information about the Goodies-dev mailing list