Something like:

> tail -n 8 /etc/xdg/openbox/autostart.sh
# Run XDG autostart things.  By default don't run anything desktop-specific
# See xdg-autostart --help more info
if [ "$DESKTOP_SESSION" != 'gnome' ]; then
    DESKTOP_ENV="OPENBOX"
    if which /usr/lib/openbox/xdg-autostart >/dev/null; then
        /usr/lib/openbox/xdg-autostart $DESKTOP_ENV
    fi
fi

ought to fix this.  (I don't know what the desktop session name for KDE is.)

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



-- 
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