Comment 15 for bug 119982

Revision history for this message
Patrick J. LoPresti (lopresti) wrote :

Thankfully, since nothing has changed in vnc4server, Dossy Shiobara's Gutsy patch (above) also works just fine for Hardy. I followed a slightly different procedure:

- Download Dossy's vnc4-amd64-vncconfig-bug-119982.patch above
- Become root
- Make sure /etc/apt/sources.list has a "deb-src" line to match its "deb" line for the main Ubuntu archive, including the "universe" label. For example:
deb-src http://us.archive.ubuntu.com/ubuntu/ hardy universe main restricted
$ apt-get update # (necessary if you modified sources.list)
$ apt-get build-dep vnc4server
$ apt-get source vnc4server # (runs "dpkg-source -x" automagically)
$ patch -p0 < /path/to/vnc4-amd64-vncconfig-bug-119982.patch
$ cd vnc4-4.1.1+xorg1.0.2
$ debian/rules binary
$ dpkg -i ../vnc4server_4.1.1+xorg1.0.2-0ubuntu7_amd64.deb