From owner-freebsd-questions@FreeBSD.ORG Wed Nov 23 15:36:17 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 1D4AB16A41F for ; Wed, 23 Nov 2005 15:36:17 +0000 (GMT) (envelope-from mj001@rogers.com) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id F266D43D49 for ; Wed, 23 Nov 2005 15:36:15 +0000 (GMT) (envelope-from mj001@rogers.com) Received: (qmail 5844 invoked from network); 23 Nov 2005 15:36:15 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:Content-Transfer-Encoding; b=A/4U405vmQx7jUw4gEGhHqj6AnV1yRE+xnzi/GpHDGkjozr/BdmkAASQjhZCxPkfN4xhE51TkpZRSZFQKUKuVfc2QMZbKuVw7QJl0a5SOdqK3RlGElZxISOAXmMwLTxJ8PuyI8rTgR/8h4RdyXhDtp56M0kfbtOgJ+2NkYtBHP0= ; Received: from unknown (HELO chaucer.jeays.ca) (mj001@rogers.com@72.139.51.96 with plain) by smtp105.rog.mail.re2.yahoo.com with SMTP; 23 Nov 2005 15:36:14 -0000 From: Mike Jeays To: ivan.roth@free.fr In-Reply-To: <20051123160347.l716aoloiqo0800c@imp4.free.fr> References: <20051123160347.l716aoloiqo0800c@imp4.free.fr> Content-Type: text/plain Date: Wed, 23 Nov 2005 10:36:13 -0500 Message-Id: <1132760173.1255.10.camel@chaucer.jeays.ca> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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 15:36:17 -0000 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.