From owner-freebsd-questions@FreeBSD.ORG Sun Feb 19 09:55:17 2006 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 C89BA16A420 for ; Sun, 19 Feb 2006 09:55:17 +0000 (GMT) (envelope-from luck@computerking.ca) Received: from shoemasters.com (shoemasters.com [68.144.188.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D50E43D70 for ; Sun, 19 Feb 2006 09:55:09 +0000 (GMT) (envelope-from luck@computerking.ca) Received: from localhost (localhost.localdomain [127.0.0.1]) by shoemasters.com (Postfix) with ESMTP id 55DAB7DC283 for ; Sun, 19 Feb 2006 02:51:27 -0700 (MST) Received: from shoemasters.com ([127.0.0.1]) by localhost (shoemasters.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21436-10 for ; Sun, 19 Feb 2006 02:51:26 -0700 (MST) Received: from shoemasters.com (unknown [192.168.1.1]) by shoemasters.com (Postfix) with ESMTP id 705A17DC246 for ; Sun, 19 Feb 2006 02:51:26 -0700 (MST) Message-ID: <21946635.121140342685528.JavaMail.root@shoemasters.com> Date: Sun, 19 Feb 2006 02:51:25 -0700 (MST) From: "RYAN M. vAN GINNEKEN" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at X-Spam-Status: No, hits=-5.899 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-3.3, BAYES_00=-2.599] X-Spam-Level: Subject: wdm 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: Sun, 19 Feb 2006 09:55:17 -0000 Anyone been able to get wdm working with flux box and gnome? I seem to be able to login to kde and wmaker but that is all. I have the options in the session menu but when i choose fluxbox or gnome either nothing happens or i get wmaker. I followed the instructions here. http://fluxbox-wiki.org/index.php/Howto_add_fluxbox_to_wdm here is some of my /usr/X11R6/lib/X11/wdm/Xclients fluxbox*|FluxBox) # startup fluxbox FLUXBOX_PATH=/usr/X11r6/bin/fluxbox if ! test -x $FLUXBOX_PATH ; then FindInPath $FLUXBOX_PATH if test -n "$result" -a -x "$result"; then $FLUXBOX_PATH="$result"; fi fi if [ -x $FLUXBOX_PATH ] ; then echo Starting FluxBox >$HOME/.xwm.msgs exec $FLUXBOX_PATH >>$HOME/.xwm.msgs 2>&1 fi ;; gnome*|GNome) # startup gnome GNOME_PATH=/usr/X11R6/bin/gnome-wm if ! test -x $GNOME_PATH ; then FindInPath $GNOME_PATH if test -n "$result" -a -x "$result"; then $GNOME_PATH="$result"; fi fi if [ -x $GNOME_PATH ] ; then echo Starting GNome >$HOME/.xwm.msgs exec $GNOME_PATH >>$HOME/.xwm.msgs 2>&1 fi ;; icewm*|IceWm) # startup icewm ICEWM_PATH=icewm if ! test -x $ICEWM_PATH ; then FindInPath $ICEWM_PATH if test -n "$result" -a -x "$result"; then here is the line from wdm-config DisplayManager*wdmWm: wmaker:enlightenment:gnome:kde:fluxbox please help -- Computer King/CaNMail http://www.computerking.ca http://www.canmail.org Sales, Service, and Hosting Email, Data, and Web Packages Ask about web design specials Affiliates http://www.computerking.ca/pages/links/affiliates/affiliates.htm Maybe Computer Science should be in the College of Theology. -- R. S. Barton -- Computer King/CaNMail http://www.computerking.ca http://www.canmail.org Sales, Service, and Hosting Email, Data, and Web Packages Ask about web design specials Affiliates http://www.computerking.ca/pages/links/affiliates/affiliates.htm Maybe Computer Science should be in the College of Theology. -- R. S. Barton