Comment 12 for bug 1433013

Revision history for this message
Iain Lane (laney) wrote :

I think it makes sense. DBus in wily (>= 1.9) does similar for Xsession.d managed sessions:

    # unset login-session-specifics
    unset XDG_SEAT
    unset XDG_SESSION_ID
    unset XDG_VTNR

    # tell dbus-daemon --session (and systemd --user, if running)
    # to put the Xsession's environment in activated services'
    # environments
    dbus-update-activation-environment --verbose --systemd --all

You probably want to blacklist those same variables.