[Bug 442268] Review Request: lxsession - Lightweight X11 session manager

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 24 08:31:04 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: lxsession - Lightweight X11 session manager


https://bugzilla.redhat.com/show_bug.cgi?id=442268





------- Additional Comments From pertusus at free.fr  2008-04-24 04:31 EST -------
In case it can be useful, here is what I did:

$ cat /usr/share/xsessions/lxsessionfluxbox.desktop 
[Desktop Entry]
Encoding=UTF-8
Name=lxsession fluxbox
Comment=Fluxbox with lxsession
Exec=/usr/bin/startlxfluxbox
Type=Application

$ cat /usr/bin/startlxfluxbox
#! /bin/sh

exec /usr/bin/lxsession -s fluxbox

$ $ ls -1 /etc/xdg/lxsession/
fluxbox
Fluxbox
lxsession fluxbox

all those directory have the same config file in 
$ ls  /etc/xdg/lxsession/*
/etc/xdg/lxsession/fluxbox:
config

/etc/xdg/lxsession/Fluxbox:
config

/etc/xdg/lxsession/lxsession fluxbox:
config

$ cat /etc/xdg/lxsession/fluxbox/config
[Session]
window_manager=startfluxbox



It goes as far as starting /usr/bin/lxsession -s fluxbox
but fluxbox itself is never started.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the package-review mailing list