gtk-xfce-engine-3.2.0

Introduction to GTK Xfce Engine

The GTK Xfce Engine package contains several GTK+ 2 and GTK+ 3 themes and libraries needed to display them. This is useful for customising the appearance of your Xfce desktop.

This package is known to build and work properly using an LFS-8.2 platform.

Package Information

GTK Xfce Engine Dependencies

Required

GTK+-2.24.32

Recommended

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtk-xfce-engine

Installation of GTK Xfce Engine

Install GTK Xfce Engine by running the following commands:

sed -i 's/\xd6/\xc3\x96/' gtk-3.0/xfce_style_types.h &&
./configure --prefix=/usr --enable-gtk3              &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

sed -i 's/\xd6/\xc3\x96/' ...: The script glib-mkenums has now been rewritten from perl to python and will crash when it encounters an ISO-8859-1 character in a comment. This sed converts that character to UTF-8.

Contents

Installed Programs: None
Installed Library: libxfce.so (in /usr/lib/gtk-2.0/2.10.0/engines, /usr/lib/gtk-3.0/3.0.0/theming-engines), and /usr/share/themes/Xfce* (21 variations)
Installed Directories: Xfce, Xfce-4.0, Xfce-4.2, Xfce-4.4, Xfce-4.6, Xfce-b5, Xfce-basic, Xfce-cadmium, Xfce-curve, Xfce-dawn, Xfce-dusk, Xfce-kde2, Xfce-kolors, Xfce-light, Xfce-orange, Xfce-redmondxp, Xfce-saltlake, Xfce-smooth, Xfce-stellar, Xfce-winter in /usr/share/themes

Short Descriptions

libxfce.so

contains functions that allow Xfce to apply and change GTK+ 2 and GTK+ 3 themes.

Last updated on 2018-02-20 05:12:37 -0800