You are not logged in.
I started a vncserver via `vncserver -geometry 1792x1008 -alwaysshared :1` and within it, I am running xfce4 just fine. I would like to start a program from a shell outside of the vncserver. I tried the following but got errors. What am I missing?
% DISPLAY=1.0 lxterminal
(lxterminal:17489): Gtk-WARNING **: cannot open display: 1.0Offline
Try
$ export DISPLAY=:1
$ lxterminalThat works over here.
Last edited by mwillems (2015-04-21 00:03:43)
Offline