The LXAppearance package contains a desktop-independent theme switcher for GTK+.
This package is known to build and work properly using an LFS-11.0 platform.
Download (HTTP): https://downloads.sourceforge.net/lxde/lxappearance-0.6.3.tar.xz
Download MD5 sum: f10345313e2c12bad51c1b58bd46b454
Download size: 164 KB
Estimated disk space required: 3.2 MB
Estimated build time: less than 0.1 SBU
libxslt-1.1.34 with docbook-xml-4.5 and docbook-xsl-1.79.2 (to build man pages)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/lxappearance
Install LXAppearance by running the following commands:
./configure --prefix=/usr     \
            --sysconfdir=/etc \
            --enable-dbus     &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install
          --enable-dbus: This switch
          enables DBus support in
          LXAppearance which is useful for
          communicating with LXSession.
          Remove it if you are not building LXDE or have not installed dbus-glib-0.112.
        
          --enable-man: Use this switch if you
          have installed optional dependencies and wish to rebuild the manual
          pages.
        
Last updated on