Em 07-07-2012 23:45, Fernando de Oliveira escreveu:

> Just installed, is running ok, seems to have solved instability when
> dowloads are performed with firefox.

False. However, three of my six LFS machines have LXDE and lxpanel seems
to be stable. Did tests, and noticed in one that when closing FF,
lxpanel seemed to restart (stop then start)

Due to this, decided to install LXDE mininum to stabilize lxpanel.

Previously had installed:
openbox-3.5.0
menu-cache-0.3.3
lxmenu-data-0.1.2
lxpanel-0.5.10
lxappearance-0.5.2

Then, install:
lxde-icon-theme-0.2.0
lxsession-0.4.6.1
lxde-common-0.5.5
lxtask-0.1.4
lxrandr-0.1.2
libfm-0.1.17
pcmanfm-0.9.10

The two lxtask and lxrandr, not essential, but very useful.

Pcmanfm is required runtime dependency for lxsession. Libfm, required by
pcmanfm.

Lxde-icon-theme-0.2.0 required by another package, can't remember.

All the system is very stable now.

I also had added before lxpanel a file to /etc/profile.d.

Session starts with instructions I got from Andy:


In ~/.bash_profile
# Start X at Boot - ArchWiki
# https://wiki.archlinux.org/index.php/Start_X_at_Boot
if [[ -z $DISPLAY ]] && ! [[ -e /tmp/.X11-unix/X0 ]] && (( EUID )); then
  while true; do
    read -p 'Do you want to start X? (y/n): '
    case $REPLY in
      [Yy]) xinit ~/.xinitrc &> ~/.x-session-errors ;;
      [Nn]) break ;;
      *) printf '%s\n' 'Please answer y or n.' ;;
    esac
  done
fi

The line

    xinit ~/.xinitrc &> ~/.x-session-errors 

is from Andy. I changed with some code from Arch, which allows me to
decide or not start X, But just one line would be enough.

In ~/.xinitrc:
# From BLFS Andy 2012.05.05
eval $(dbus-launch --auto-syntax --exit-with-session)
exec env LANG=pt_BR.utf8 startlxde # have not checed if still necessary.

For a complete LXDE, add:
lxterminal-0.1.11
lxpolkit-0.1.0
lxsession-edit-0.2.0
lxshortcut-0.1.2
lxappearance-obconf-0.2.0
lxinput-0.3.2
xmms2-0.7DrNo (required by lxmusic)
lxmusic-0.4.5
lxnm-0.2.2 (perhaps not necessary anymore, as previous packages come with 
plugins for network)
gpicview-0.2.3
gtknetcat-0.1
lxdm-0.4.1

Most packages are CMMI plus sometimes upgrade desktop or icon or other
(cannot remember now) databases.

Just one have a small problem of infinite loop, solved by a touch command.

LXDM is a little tricky, needs PAM.

Therefore, if you wish, we could try to add LXDE to the book to close
the ticket #3364.

-- 
[]s,
Fernando
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to