Comment 2 for bug 108577

Revision history for this message
Matteo Z (matteozandi) wrote :

I experienced the very same bug, as erm67 suggested a link is enough as workaround, so I added to my .bashrc

if [ ! -e /tmp/.esd-1000 ]; then
        ln -s /tmp/.esd /tmp/.esd-1000
fi

Matteo