Libgnomeui-2.10.0

Introduction to Libgnomeui

The libgnomeui package contains libgnomeui libraries.

Package Information

Libgnomeui Dependencies

Required

libbonoboui-2.8.1 and gnome-keyring-0.4.2

Optional

libjpeg-6b and GTK-Doc-1.3

Installation of Libgnomeui

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

Command Explanations

--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin: This switch puts libexec files in $GNOME_PREFIX/sbin instead of $GNOME_PREFIX/libexec.

Configuring Libgnomeui

Configuration Information

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

Contents

Installed Program: gnome_segv2
Installed Libraries: libgnomeui-2[so,a], libgnome[so,a] glade library, and libgnome-vfs[so,a] GTK+ library.
Installed Directories: $GNOME_PREFIX/include/libgnomeui-2.0, $GNOME_PREFIX/lib/gtk-2.0/2.4.0/filesystems, and $GNOME_PREFIX/share/gtk-doc/html/libgnomeui

Short Descriptions

libgnomeui-2.[so,a]

are the GUI portion of the GNOME libraries.

Last updated on 2005-08-01 13:29:19 -0600