[Xfce-bugs] [Bug 6684] Unneeded consolekit session started by xinitrc
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Tue Sep 7 06:18:28 CEST 2010
http://bugzilla.xfce.org/show_bug.cgi?id=6684
Robby Workman <rw at rlworkman.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rw at rlworkman.net
--- Comment #2 from Robby Workman <rw at rlworkman.net> 2010-09-07 04:18:27 UTC ---
I don't think the script should *ever* use ck-launch-session in 4.7.x going
forward; now that xfce4-session can talk to consolekit on its own, it seems
that this is never the right thing to do. Almost surely this is what we want
now:
if which xfce4-session >/dev/null 2>&1; then
xfce4-session
if test "$ssh_agent_kill_cmd"; then
echo "running '$ssh_agent_kill_cmd'"
eval "$ssh_agent_kill_cmd"
fi
exit 0
fi
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list