Comment 72 for bug 78282

Revision history for this message
Aaron Peromsik (aperomsik) wrote :

All my vnc4server problems went away when I patched the vnc4server script as below (after reading the comments above). It would be nice if someone would make this change in the package itself...

$ diff -uw vnc4server~ vnc4server
--- vnc4server~ 2007-01-07 12:30:09.000000000 -0500
+++ vnc4server 2007-08-03 12:29:12.000000000 -0400
@@ -153,6 +153,7 @@
 $cmd .= " -rfbauth $vncUserDir/passwd";
 $cmd .= " -rfbport $vncPort";
 $cmd .= " -pn";
+$cmd .= " -extension XFIXES";

 # Add font path and color database stuff here, e.g.:
 #