Comment 6 for bug 300028

Revision history for this message
Motin (motin) wrote :

A better solution than removing this file, is to change:

/usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true

Into:

if [ -f /usr/share/apps/kxkb/ubuntu.xmodmap ]; then
        /usr/bin/xmodmap /usr/share/apps/kxkb/ubuntu.xmodmap || true
fi

Maybe this can be done for the Jaunty Xsession scripts?