Re: Setting setenv=DISPLAY=:1 in login.conf problem

2016-02-13 Thread Jiri B
On Sat, Feb 13, 2016 at 04:28:48PM -0800, Philip Guenther wrote: > On Sat, Feb 13, 2016 at 3:54 PM, Jiri B wrote: > > Setting DISPLAY=:1 as setenv in /etc/login.conf > > > > selenium:\ > > :setenv=DISPLAY=:1:\ > > :tc=daemon: > > > > is a problem as colon is a separator and thus va

Re: Setting setenv=DISPLAY=:1 in login.conf problem

2016-02-13 Thread Philip Guenther
On Sat, Feb 13, 2016 at 3:54 PM, Jiri B wrote: > Setting DISPLAY=:1 as setenv in /etc/login.conf > > selenium:\ > :setenv=DISPLAY=:1:\ > :tc=daemon: > > is a problem as colon is a separator and thus value is lost. > Escaping or quoting did not work too. ... > Any idea how to trick

Setting setenv=DISPLAY=:1 in login.conf problem

2016-02-13 Thread Jiri B
Setting DISPLAY=:1 as setenv in /etc/login.conf selenium:\ :setenv=DISPLAY=:1:\ :tc=daemon: is a problem as colon is a separator and thus value is lost. Escaping or quoting did not work too. I put in my selenium rc script `env' to get environment vars and DISPLAY is unset: ... +