Comment 45 for bug 648695

Revision history for this message
Vincent Gerris (vgerris) wrote :

I had the same problem.
I fixed it by combining post #5 and #8, because i got the error:
cp: not writing through dangling symlink `/usr/share/pyshared/python_virtkey-0.60.0.egg-info'

so:
root@mypad-laptop:/dev/input# sudo rm /usr/share/pyshared/python_virtkey-0.60.0.egg-info
root@mypad-laptop:/dev/input# sudo cp /usr/share/pyshared/python_debian-0.1.16ubuntu1.egg-info/PKG-INFO /usr/share/pyshared/python_virtkey-0.60.0.egg-info
root@mypad-laptop:/dev/input#
root@mypad-laptop:/dev/input# sudo apt-get -f install

that did the trick.
Thanks you!