Hello.
I'm running LXDE on my LFS 6.4 installation, and here's how I did it:
1.- After the full LFS install, I did the full X Window System Environment install from BLFS development version.
2.- Then I installed GTK+ 2.14.4 whith the following dependencies:
cairo 1.8.4, pango 1.22.2, ATK 1.24.0, libjpeg-6b, libTIFF 3.8.2 and jasper (which itself needed unzip 5.52).
3.- Next came openbox 3.4.7.2, which needed startup notification as dependency.
4.- Grabbed the LXDE and PCman packages from:
http://sourceforge.net/project/showfile ... _id=180858 and
http://sourceforge.net/project/showfile ... _id=156956 .
5.- Installed all the packages one by one with ./configure make su - make install with the following problems:
- gtknetcat 0.1 needed python to build so I installed python 2.6.1
- couldn't compile lxmusic because I needed xmms and I left it for other ocasion.
- lxterminal needed vte-0.166 as a dependency.
- pcmanfm 0.5 first complained about gamin, which I installed (gamin 0.1.9) and then complained about HAL which I have already installed, but I think it is not correctly configured, so now I'm not able to mount from LXDE... I'm planning to recompile and reconfigure HAL, and then recompile pcmanfm and I'm sure that will do the work.
6.- Installed SLIM login manager.
7.- Edited the /etc/inittab file to make runlevel 5 default with:
at the beginning (just changed id:3 fro id:5)
and by inserting
Code: Select all
x:5:respawn:/usr/bin/slim >& /dev/null
at the end of the file.
That's for starting SLIM, and then, on the ~/.xinitrc file:
And now I have a nice LXDE environment in my LFS... Hope that helps someone to do the same. Cheers.