On Thu, 19 Jun 2003, Dave T. wrote:

> I want to label the buttons, set screen sizes, configure two terminal
> windows to automatically open in each session each time I start VNC,
> etc.  I am currently running HP-UX 11.0, if that makes a difference.
> Years ago--the last time I used CDE, which was on Solaris--I knew how to
> configure it.  I searched a lot of archives, and I haven't found the
> answer--or I'm overlooking it.

I don't know about HPUX, but this is the sort of thing I've been doing in
Solaris with OpenWindows (lame, but conservative of memory and bandwidth).
Similar methods work in other window managers, I think.  --Mike


#!/bin/sh

xrdb -load $HOME/.Xdefaults
$OPENWINHOME/lib/openwin-sys
xsetroot -solid grey
/usr/openwin/bin/olwm &

# Note: toolwait is a utility to control client startup.
#       For more information, see the toolwait(1) man page.
# the following lines are modified from ~/.openwin-init

toolwait /usr/openwin/bin/cm -Wp 14 14 -Ws 937 683 -WP 3 329 -Wi
toolwait /usr/local/bin/rxvt -n Pine -T "Pine: [EMAIL PROTECTED]" -g 91x41+67+11
toolwait /usr/openwin/bin/xterm -g 115x40+167+77
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to