Comment 20 for bug 65795

Revision history for this message
kevb (kevb-n1nj4) wrote :

Yep, I patched the source with the debdiff posted above. After rebooting the problem has been corrected.

In case anyone else is stuck like me untill the update is released, here are the commands Kees kindly gave me to patch the source (slightly modified):

cd /tmp
apt-get source vino
wget http://librarian.launchpad.net/4941195/vino_2.16.0-0ubuntu2.1.dsc.debdiff
cd vino-*
patch -p1 < /tmp/vino_2.16.0-0ubuntu2.1.dsc.debdiff
debuild -uc -us

#Then to install:
sudo dpkg -i ../vino*.deb

Of course it's probably recommended that you wait for the update, but in my case I needed vino working and it sounded like this was a simple fix. Thanks for the help from Kees Cook & #ubuntu (irc.freenode.net).

-Kev-