Hi,
On Solaris CDE, the trick I use is to configure ~/.dtprofile to
run an XDM session instead of a DT session; that's cause around here
they do not have fvwm in the session options of the CDE login mennu
(yet :) ...
So, at the end of your ~/.dtprofile, place something like:
# ekxran - yes, please do source my .bash_profile <- .profile anyway!
DTSOURCEPROFILE=true
export SESSIONTYPE="xdm"
export SDT_ALT_SESSION="$HOME/.xsession"
export SDT_ALT_HELLO="/usr/openwin/bin/xsetroot -default &"
And setup your ~/.xsession something like:
screens=`xdpyinfo | grep screens | awk '{print $4}'`
if [ $screens -eq 2 ] ; then
hostname=`uname -n`
export DISPLAY=${hostname}:0.1
fvwm2 -s -f $HOME/.fvwm2rc.0.1 &
export DISPLAY=${hostname}:0.0
fvwm2 -s -f $HOME/.fvwm2rc.0.0
else
fvwm2
fi
HTH,
Rob -
gjw10_at_yoknapatawpha.pols.columbia.edu writes:
> I'm temporarily working on an HP unix box which is running the CDE window
> manager. I've installed FVWM but I can't figure out how to get it to run
> instead of CDE (on my IBM I just type startx and it works). Can any HP
> users out there tell me how to run FVWM instead of CDE?
>
> Thanks,
> Greg
>
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
> _/ Gregory J. Wawro gjw10_at_columbia.edu _/
> _/ Assistant Professor phone: 212/854-8540 _/
> _/ Department of Political Science fax: 212/222-0598 _/
> _/ 741 International Affairs _/
> _/ Columbia University _/
> _/ New York, NY 10027 _/
> _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
>
>
>
>
>
> --
> Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
> To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
> message to majordomo_at_hpc.uh.edu.
> To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
--
Robert A. Nader
Phone: 873-3687
Email: naderra_at_mail.aramco.com.sa
Geophysical Data Processing Division - EXPEC - ARAMCO
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Tue Sep 29 1998 - 22:55:04 BST