VNC server doesn't bring up login screen

Bug #376085 reported by Alexander L. Belikoff
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
vnc4 (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: vnc4server

When I run VNC server (package vnc4server on Ubuntu 9.04 64-bit) I am able to connect to it but there is no login screen. The screen I get is a gray stipple background and the standard X cursor. There is no login screen and/or any kind of menu.

GDM has been configured to allow remote logins and in fact tightvnc server works fine and is able to run the login manager, whereas the canonical VNC server is not.

This was tested with both xinetd-started server and with a manually started one.

Revision history for this message
Tpugliese (thomas-pugliese) wrote :

I have seen this same problem with both vnc4server and tightvncserver.

https://bugs.launchpad.net/bugs/506160

The cause and solution are very similar.

In the /usr/bin/vnc4server script, there is a line like this:

    $ENV{DISPLAY}= ":$displayNumber";

change it to this:

    $ENV{DISPLAY}= "$host:$displayNumber";

It should work after that.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.