On Wed, Nov 16, 2005 at 10:54:42PM +0000, Thomas Adam wrote:
> On Wed, Nov 16, 2005 at 10:24:33PM +0000, Chris Green wrote:
> > If I run startx directly on the slackware system it still runs xfce
> > unfortunately so I can't get to fvwm that way.
> >
> > What's the simplest way to get fvwm2 running?
> 
> Most *DMs honour ~/.xsession.  If that does not exist, create it, chmod
> 700 it, and add something like:
> 
> ---------------
> #!/bin/sh
> 
> # optional apps to start up along with FVWM
> app1 &
> app2 &
> 
> exec fvwm
> ---------------
> 
That's pretty close to what I already tried, I have:-

    #!/bin/sh
    /usr/X11R6/bin/fvwm2 &

Nothing happens at all.  Would changing to 'exec' make a difference?

-- 
Chris Green ([EMAIL PROTECTED])

    "Never ascribe to malice that which can be explained by incompetence."

Reply via email to