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.: # -- vnc4server does not start Desktop environment after security update https://bugs.launchpad.net/bugs/78282 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
