[openbox] Use of DISPLAY in menu commands

Jim Rees rees at umich.edu
Sun Feb 23 19:54:08 EST 2014


daryl at ci.com.au wrote:

     			  <command>
     				  rsh remhost "xterm -display $DISPLAY"
     			  </command>

What do you have $DISPLAY set to? If it's ":0" that's not going to
work.

I suspect you want something more like (untested)

sh -c "rsh remhost DISPLAY=$DISPLAY xterm"


More information about the openbox mailing list