The LXDE Common package provides a set of default configuration for LXDE.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://downloads.sourceforge.net/lxde/lxde-common-0.99.0.tar.xz
Download MD5 sum: 5a417f5a0e5b510a0c018b66b0dc4081
Download size: 868 KB
Estimated disk space required: 2.8 MB
Estimated build time: less than 0.1 SBU
ConsoleKit-0.4.6, lxde-icon-theme-0.5.1, LXPanel-0.8.0, LXSession-0.5.2, openbox-3.5.2 (runtime), and PCManFM-1.2.3
desktop-file-utils-0.22, hicolor-icon-theme-0.14, and shared-mime-info-1.4
D-Bus-1.8.16, and a notification daemon such as notification-daemon-3.14.1 or xfce4-notifyd-0.2.4
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxde-common
Install LXDE Common by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make
This package does not come with a test suite.
Now, as the root
user:
make install
If you have installed recommended dependencies, run the following
commands as the root
user:
update-mime-database /usr/share/mime && gtk-update-icon-cache -qf /usr/share/icons/hicolor && update-desktop-database -q
To start LXDE using xinit-1.3.4, run the following commands:
cat > ~/.xinitrc << "EOF" ck-launch-session startlxde EOF startx
Last updated on 2015-03-01 02:42:20 -0800