Re: FVWM: Invoking fvwm (Solaris)

From: Mark Boyns <boyns_at_sdsu.edu>
Date: 17 Oct 1996 09:11:01 -0700

knichol_at_syscorp.com.au (Keith Nichol) writes:

> I'm new on this list, though I used to read it a while back. I'm a long-time
> user of fvwm and now find myself in a Solaris shop.
>
> I've got and compiled the 2.0.43 version (almost hitch-free) but when it comes
> to invoking it I hit problems: viz. it seems even the X-server doesn't start.
>
> I'm trying it from the console screen and entering the command:
>
> xinit /usr/local/bin/fvwm --
>
> The Solaris banner shows then the whole thing seems to hang -- nothing further
> happens (thinks: maybe the banner is Solaris' way of starting the server ...
> ordinarily I'd expect the stippled background with the "X" cursor. If this is
> true, maybe it's not getting to fvwm.).
>
> Any and all pointers as to how to start it up under Solaris 2.5 would be ap-
> preciated.

Put the following in your .xinitrc and run `startx' or `openwin'.

#!/bin/sh

if [ -f $HOME/.Xdefaults ]
then
        xrdb -load $HOME/.Xdefaults
fi

if [ -f $HOME/.Xmodmap ]
then
        xmodmap $HOME/.Xmodmap
fi

fvwm
--
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 Thu Oct 17 1996 - 11:11:37 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:37:59 BST