#!/bin/ksh ##################################################################### ### File: Xinitrc.blackbox ### ### Default Location: /usr/dt/config/Xinitrc.blackbox ### ### Purpose: X session startup script ### ### Invoked by: /usr/dt/bin/Xsession ### ##################################################################### export PATH="/usr/bin:${PATH}:/usr/dt/bin:/usr/openwin/bin:/opt/csw/bin" if [ "x$LC_ALL" = x -a "x$LANG" = x -o "x$LANG" = xC ]; then export LC_ALL="C" export LC_CTYPE="C" fi if [ "x$MANPATH" = x ]; then export MANPATH=/usr/share/man:/usr/man:/opt/csw/man else export MANPATH=$MANPATH:/usr/man:/opt/csw/man fi /usr/openwin/bin/xrdb -merge << EOF ! Default CDE resources !*WindowColor: #8A008A008A00 !*WindowForeground: #FF0000000000 !*DataBackground: #0000FF000000 !*DataForeground: #FF0000000000 !*WorkspaceColor: #8A008A008A00 !*Color.Background: #FF000000FF00 !*Color.Foreground: #0000FF000000 !*foreground: #000000000000 ! Hack for Dtmail *XmText*background: seashell *XmTextField*background: seashell *Message_List*background: seashell *background: #AE00B200C300 Dthello*string: Welcome to the Blackbox Desktop EOF if [ -f $HOME/.Xdefaults ]; then xrdb -merge $HOME/.Xdefaults # Load Users X11 resource database fi echo "Starting Blackbox" if [ "$DTXSERVERLOCATION" != "remote" ]; then console=False case "$DISPLAY" in *:0|*:0.0) console=True ;; esac fi exec /opt/csw/bin/blackbox