http://bugzilla.xfce.org/show_bug.cgi?id=6684

Robby Workman <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Robby Workman <[email protected]> 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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce-bugs

Reply via email to