From owner-freebsd-questions@FreeBSD.ORG Wed Nov 23 22:14:37 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 489B916A420 for ; Wed, 23 Nov 2005 22:14:37 +0000 (GMT) (envelope-from mj001@rogers.com) Received: from smtp100.rog.mail.re2.yahoo.com (smtp100.rog.mail.re2.yahoo.com [206.190.36.78]) by mx1.FreeBSD.org (Postfix) with SMTP id 4897643D7B for ; Wed, 23 Nov 2005 22:14:18 +0000 (GMT) (envelope-from mj001@rogers.com) Received: (qmail 92162 invoked from network); 23 Nov 2005 22:14:16 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=dDUV/QNwDbBG6GAyc+krPxXfDp/cMsA/73HccEpTUW6CQBswTZXl6nhOAiKirJYGYxAwkrq9JDcuXibsKzUb7hOtidLCTukcVx+50F8x/IZNKTU8ccGtn2KlFpsAqMh8fui1UKCnBAeFcG4qTEbQn9vQ9w0s2a+5BZbiUlOUCs0= ; Received: from unknown (HELO chaucer.jeays.ca) (mj001@rogers.com@72.139.51.96 with plain) by smtp100.rog.mail.re2.yahoo.com with SMTP; 23 Nov 2005 22:14:15 -0000 From: Mike Jeays To: freebsd-questions@FreeBSD.org In-Reply-To: <20051123155754.GC10608@keyslapper.net> References: <20051123160347.l716aoloiqo0800c@imp4.free.fr> <1132760173.1255.10.camel@chaucer.jeays.ca> <20051123155754.GC10608@keyslapper.net> Content-Type: text/plain Date: Wed, 23 Nov 2005 17:14:14 -0500 Message-Id: <1132784054.1255.29.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: Re: Trouble installing fvwm2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2005 22:14:37 -0000 On Wed, 2005-11-23 at 10:57 -0500, Louis LeBlanc wrote: > On 11/23/05 10:36 AM, Mike Jeays sat at the `puter and typed: > > On Wed, 2005-11-23 at 16:03 +0100, ivan.roth@free.fr wrote: > > > Hi, > > > > > > I just compiled/installed fvwm2 from ports on my 6.0. But I don't know how to > > > run it. > > > > > > I have gdm launching gnome 2.12 by default and fvwm2 does not appear in the list > > > in gdm. > > > > > > I am such a newbie, that I can't imagine you don't know what's wrong :) > > > > > > Thanks by advance. > > > > > > Regards, Ivan. > > > _______________________________________________ > > > freebsd-questions@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > > FVWM2 is a different window manager, and can't, to the best of my > > knowledge, be run from GDM, or from KDM for that matter. > > > > The easy way to try it is to kill gdm, or stop it from starting up at > > boot time, and then create a file called '.xinitrc' in your home > > directory. It should contain one line 'exec /usr/X11R6/bin/fvwm2'. > > Then run "startx" from your home directory. > > No Mike, this isn't true. I just switched to kdm so I could play with > KDE, but I still have the option (and am currently using it) of using > my old Fvwm2 config. You CAN also run Fvwm from gdm. > > It should be noted that gdm is NOT a window manager, but a display > manager, as is kdm and xdm. They launch window managers for you. Kdm > and gdm are just designed to cater to their respective session > managers (which is also different than the window managers). Gdm > gives you the option of using several window managers (like IceWM, > enlightenment, etc) on top of the session manager. Fvwm CAN run with > the gnome session manager (and at one time could easily be built with > the gnome session manager support build it IIRC). > > It's been a long time since I even had gdm installed, much less run > Fvwm off it, but I know for a fact it can be done. You just have to > read the docs to see how to specify your window manager. It may even > be possible to swith to Fvwm on the fly through the default WM menus. > > Ivan, I do know that with kdm, I had to link my ~/.fvwm/fvwm2rc file > to ~/.fvwm2rc in order to have it recognized when starting from kdm. > Starting it from xdm didn't seem to require that, but for whatever > reason, kdm did. Perhaps this might be useful when setting up the > ~/.xsession as suggested by Mike? Fvwm2 has a -f parameter that lets > you specify the config file explicitly, but remember that any files > you read from there should include fully resolvable paths. > > Good luck, and sorry I couldn't provide more detailed help on this. > > Lou Thanks for the correction - you obviously know more about it than I do!