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.5 platform.
Download (HTTP): http://downloads.sourceforge.net/lxde/lxde-common-0.5.5.tar.gz
Download MD5 sum: e51a6b2a815a89fda1f497b509465a97
Download size: 880 KB
Estimated disk space required: 2.4 MB
Estimated build time: less than 0.1 SBU
ConsoleKit-0.4.6, lxde-icon-theme-0.5.0, LXPanel-0.6.1, LXSession-0.4.9.2, openbox-3.5.2 (runtime), and PCManFM-1.1.2
desktop-file-utils-0.22, hicolor-icon-theme-0.12, and shared-mime-info-1.2
Notification Daemon, such as notification-daemon-0.7.6 or xfce4-notifyd-0.2.4 and Polkit Authentication Agent, such as LXPolkit-0.1.0 or polkit-gnome-0.105
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/lxde-common
Install LXDE Common by running the following commands:
sed -e "s:@prefix@/share/lxde/pcmanfm:@sysconfdir@/xdg/pcmanfm/LXDE:" \ -i startlxde.in && ./configure --prefix=/usr --sysconfdir=/etc && make
This package does not come with a test suite.
Now, as the root
user:
make install && install -Dm644 lxde-logout.desktop /usr/share/applications/lxde-logout.desktop
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.3, run the following commands:
cat > ~/.xinitrc << "EOF" ck-launch-session startlxde EOF startx
sed -e ...: This sed fixes the wrong path of the default PCManFM configuration file.
Last updated on 2014-02-20 04:20:28 -0800