From owner-freebsd-questions Sun Sep 8 03:11:44 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA00586 for questions-outgoing; Sun, 8 Sep 1996 03:11:44 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA00525; Sun, 8 Sep 1996 03:11:32 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id DAA00276 ; Sun, 8 Sep 1996 03:07:41 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) id LAA06869; Sun, 8 Sep 1996 11:45:42 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by klemm.gtn.com (8.7.5/8.7.3) with SMTP id LAA04578; Sun, 8 Sep 1996 11:47:45 +0200 (MET DST) Date: Sun, 8 Sep 1996 11:47:45 +0200 (MET DST) From: Andreas Klemm To: Song Lining cc: ports@FreeBSD.org, install@FreeBSD.org, questions@FreeBSD.org Subject: Re: install lesstif(motif) In-Reply-To: <322AA86A.41C67EA6@public.jn.sd.cn> Message-ID: X-try-apsfilter: ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz X-Fax: +49 2137 2018 X-Phone: +49 2137 2020 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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 <<<