On 15-09-2014 01:35, Christopher Gregory wrote: > On Mon, September 15, 2014 2:32 pm, Bruce Dubbs wrote: >> I'm trying to check out lxde on a fresh lfs-7.6 system, but I can't get >> it to come up. All the logs seem to be OK, but I just get a blank screen >> when executing startx with .xinitrc looking like: >> >> exec ck-launch-session dbus-launch --exit-with-session startlxde or >> ck-launch-session startlxde >> >> Other window managers I've tried are twm, openbox, and xfce. All these >> seem to work fine. >> >> Has anyone built lxde to run properly with the latest versions of >> packages in BLFS?
It is working fine in my dev machine ("LFS-7.5-svn"). $ cat /etc/lfs-release SVN-20140511 > I am running lxde right now, though it is on a systemd system. After a > few minor glitches with the taskbar not appearing due to the package > upgrades upstream it is working perfectly. Bruce, I am trying to understand your lxde problem. Will make comments and suggestions, hoping some of them could help. There was an sed in lxde-common that I removed, my tests and inspections indicate that it is doing nothing anymore: sed -e "s:@prefix@/share/lxde/pcmanfm:@sysconfdir@/xdg/pcmanfm/LXDE:" \ -i startlxde.in && Could be the reason for the failure, but I doubt. You can test the desktop (pcmanfm in LXDE, nautilus, in gnome) and the panel with the following commands, run from an x-terminal, in an openbox session: lxpanel --profile LXDE & pcmanfm --desktop --profile LXDE & First one should start the panel. Second one should give you the default LXDE blue background displaying "LXDE" and some more text, embedded in the image. I have built dev long ago, and have duplicate files. Since updating lxde-common, I am trying to understand what is being used, with relative success. This is the reason for some of the questions. At the same time, trying to instate each of them could be a good test. Here are the files: $ find ~ /etc/ -type f -name pcmanfm.conf -o -type f -name autostart 2>/dev/null | xargs ls -lrt | grep -v openbox -rw-r--r-- 1 fernando fernando 126 Jun 4 08:35 ./.config/lxsession/LXDE/autostart -rw-r--r-- 1 root root 321 Ago 25 16:39 /etc/xdg/pcmanfm/default/pcmanfm.conf -rw-r--r-- 1 root root 83 Set 2 11:52 /etc/xdg/lxsession/LXDE/autostart -rw-r--r-- 1 root root 307 Set 2 11:52 /etc/xdg/pcmanfm/LXDE/pcmanfm.conf -rw-rw-r-- 1 fernando fernando 460 Set 15 08:52 ./.config/pcmanfm/LXDE/pcmanfm.conf -rw-rw-r-- 1 fernando fernando 416 Set 15 09:04 ./.config/pcmanfm/default/pcmanfm.conf I use gvfs, because it gives the trash. Also upower and udisks2, (IIRC) the former is needed for some logout entries in lxsession. I am far from reaching the stage to build LXDE in LFS-7.6-rc1, so for me it is going to take some time until I can hit te problems myself. -- []s, Fernando -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page