Comment 19 for bug 239342

Revision history for this message
Michael (mwlang) wrote :

Adding "+extension XInputExtension" to the vnc server launch doesn't work, either.

VNC version is:

# aptitude show vnc4server
Package: vnc4server
State: installed
Automatically installed: yes
Version: 4.1.1+xorg1.0.2-0ubuntu7
Priority: optional
Section: universe/x11

I use xinetd to manage the listeners. My Xvnc file for xinetd is:

service Xvnc
{
        type = UNLISTED
        disable = no
        socket_type = stream
        protocol = tcp
        wait = yes
        user = root
        server = /usr/bin/Xvnc
        server_args = -inetd :1 +extension XInputExtension -query localhost -geometry 1380x825 -depth 16 -once -fp /usr/share/fonts/X11/misc -DisconnectClients=1 -NeverShared passwordFile=/home/mwlang/.vncpasswd -extension XFIXES
        port = 5901
}

I also tried removing -extension XFIXES, but that caused me to be unable to establish a connection with the VNC desktop. Or more precisely, connection was established and immediately dropped.