Comment 12 for bug 29760

Revision history for this message
Daniel Carrera (dcarrera) wrote : Found a solution for my setup

In my setup, this problem was fixed with this:

# Flash also looks for /usr/lib/libesd.so.1
sudo ln -s /usr/lib/libesd.so.0 /usr/lib/libesd.so.1

# Flash expects /tmp/.esd/socket to exist.
sudo mkdir -p /tmp/.esd/
sudo touch /tmp/.esd/socket

No other changes needed.

I hope this works for other people.