[Bug 376085] Re: VNC server doesn't bring up login screen

Tpugliese thomas.pugliese at gmail.com
Mon Jan 11 23:01:58 UTC 2010


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.

-- 
VNC server doesn't bring up login screen
https://bugs.launchpad.net/bugs/376085
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list