how to make Chromium-browser start on vnc display?
- by Oleksandr Dudchenko
I have started Tightvncserver on Lubuntu 12.04 via the command
$ tightvncserver -geometry 800x600 -depth 16 :2
VNC server successfully started and I got message like follows.
New 'X' desktop is gateway:2
Starting applications specified in /home/dolv/.vnc/xstartup
Log file is /home/dolv/.vnc/gateway:2.log
Then I've successfully loged in from remote PC using realvncclient. Trying to start Chromium-browser from menu... no luck. There was one more attempt: I opened the LXTerminal from menu. Trying to start is from terminal with the command /usr/bim/chromium-browser & it returned the message like follows:
Xlib: extention "RANDR" missing on desktop :2
I have also discovered that after my two attampts the chromium-browser has created 2 new windows on the host on which was session running on display :0
The Question: How to make the browser start on that display from which it was called (in my occasion from vnc session display)?