On 04/28/09 15:15, Yves-Alexis Perez wrote:
On mar, 2009-04-28 at 14:56 -0600, Scott Barker wrote:
On 04/28/09 14:29, Yves-Alexis Perez wrote:
But we have a problem with 2a because in some cases which you exposed in
I don't remember which bug, that the ck session on console wasn't
propagated to the desktop session. Could you give (on that bug) a
summary of how to reproduce this?
Reproducing it appears to be straight-forward:
>> [...]
I will put this information in the thunar bug as well.

Please don't. It's _really_ messy. Thunar needs a correctly setup
consolekit, xfce4-session too. For most Xfce users this will be
documented in xfce4-utils:README.Debian and/or xfce4:README.Debian. And
this is the bug where we discuss it. Not the other ones, please.

Right, sorry, I won't. I mis-interpreted your wording asking for a summary on how to reproduce as asking for it in the other bug report.

Yeah, it's been quite some time since I first though of putting all
startxfce4 stuff into /etc/X11/Xsession.d and only keep a stub. But I
don't really want to divert too much from upstream and other distros.

It could be as simple as:

BASESTARTUP=`basename "$STARTUP" | cut -d\  -f1`
if [ "$BASESTARTUP" = xfce4-session -o \
        \( "$BASESTARTUP" = x-session-manager -a \
        "`readlink /etc/alternatives/x-session-manager`" = \
                /usr/bin/xfce4-session \) ]; then
  STARTUP=/usr/bin/startxfce4
fi

However, this may be as undesirable as pointing x-session-manager at /usr/bin/startxfce4. Obviously, you and others can make the best decision in this regard.

--
Scott Barker       sc...@mostlylinux.ca
Linux Consultant   http://www.mostlylinux.ca/scott



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to