Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 1996 11:47:45 +0200 (MET DST)
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        Song Lining <sln@public.jn.sd.cn>
Cc:        ports@FreeBSD.org, install@FreeBSD.org, questions@FreeBSD.org
Subject:   Re: install lesstif(motif)
Message-ID:  <Pine.BSF.3.95.960908114442.3460B-100000@klemm.gtn.com>
In-Reply-To: <322AA86A.41C67EA6@public.jn.sd.cn>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 2 Sep 1996, Song Lining wrote:

> I found the package of lesstif(lesstif.tgz) in the incoming directory of
> ftp.freebsd.org. I pkg_add it and add the "mwm" in ".xinitrc", but I
> found nothing after I restart the xwindow using "startx".
> 
> I cannot found any information about install the lesstif package. who
> can give me a clue?

This is my xinitrc file. I'm starting X11 using 'xinit' comand
directly. Look here, how I fire up the many different Window Managers.
Afterstep is currently my favourite window manager. 


#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
    xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
    xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
    xmodmap $usermodmap
fi

#xsetroot -solid grey55 &
xsetroot -solid steelblue &

/usr/X11R6/bin/afterstep
#/usr/X11R6/bin/fvwm95-2
#/usr/X11R6/bin/mwm
#/usr/X11R6/bin/fvwm
#/usr/X11R6/bin/bowman
#/usr/X11R6/bin/ctwm

# /usr/X11R6/bin/twm &
# xterm -n login -cr red -fn 10x20 -sb -sl 1000 -bg black -fg white

andreas@klemm.gtn.com         /\/\___      Wiechers & Partner Datentechnik GmbH
   Andreas Klemm          ___/\/\/         Support Unix -- andreas.klemm@wup.de
pgp p-key  http://www-swiss.ai.mit.edu/~bal/pks-toplev.html  >>> powered by <<<
ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz  >>>    FreeBSD <<<




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.960908114442.3460B-100000>