The libgnomeui package contains libgnomeui libraries.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/libgnomeui/2.10/libgnomeui-2.10.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/libgnomeui/2.10/libgnomeui-2.10.0.tar.bz2
Download MD5 sum: e17c0d97e5f240513ac2d36268d696ed
Download size: 1.6 MB
Estimated disk space required: 37 MB
Estimated build time: 0.9 SBU
libbonoboui-2.8.1 and gnome-keyring-0.4.2
Install libgnomeui by running the following commands:
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \ --libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin && make
This package does not come with a test suite.
Now, as the root user:
make install
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.
Some applications cannot properly discover the libglade interface library installed by libgnomeui. Get around this problem by initializing an environment variable which identifies the location of the library. Add the following line to the system-wide /etc/profile file, or to individual user's ~/.profile or ~/.bashrc files:
export LIBGLADE_MODULE_PATH=$GNOME_PREFIX/lib/libglade/2.0
Last updated on 2005-08-01 13:29:19 -0600