[OpenIndiana-discuss] Problem with VNC on OI 151.

Pål Baltzersen pb at basefarm.no
Tue Mar 13 13:44:03 UTC 2012


Den 13. mars 2012 12:01, skrev Svavar Örn Eysteinsson:
> I can connect, but only displays white desktop.
>
> I then killed it, and tried these settings as xstartup :
>
> #!/bin/bash
> export LANG=en_US.UTF-8
> [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
> gnome-session &

Don't background the window manager.

I haven't tried on OI, but this works for me on Solaris10:

#!/bin/sh
unset SESSION_MANAGER
vncconfig -nowin &
exec gnome-session

Pål



More information about the OpenIndiana-discuss mailing list