From owner-freebsd-newbies Fri Jul 12 16:43:42 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C37E37B400; Fri, 12 Jul 2002 16:43:37 -0700 (PDT) Received: from hotmail.com (f43.law14.hotmail.com [64.4.21.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id F26AC43E31; Fri, 12 Jul 2002 16:43:36 -0700 (PDT) (envelope-from macklobell@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 12 Jul 2002 16:43:36 -0700 Received: from 217.215.99.176 by lw14fd.law14.hotmail.msn.com with HTTP; Fri, 12 Jul 2002 23:43:36 GMT X-Originating-IP: [217.215.99.176] From: "Mack Lobell" To: freebsd-questions@FreeBSD.org, freebsd-newbies@FreeBSD.org, kde@mail.kde.org, kde-nonlinux@mail.kde.org Subject: How to start xfce from kdm Date: Fri, 12 Jul 2002 23:43:36 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 12 Jul 2002 23:43:36.0867 (UTC) FILETIME=[F1200F30:01C229FD] Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, i'm trying to use the kdm (KDE's display manager) on my FreeBSD (4.6 stable) system to start xfce. xfce seems to start but the wm(??) doesn't work. Every window (application) i create is missing the "top bar" (where you close, minimize, maximize the applications). If i hit startx everything works fine, it's just when i start it from kdm. The following lines have been added to /usr/X11R6/lib/X11/xdm/Xsession: case $# in 1) case $1 in XFCE) exec /usr/X11R6/bin/startxfce ;; GNOME) exec /usr/X11R6/bin/gnome-session ;; kde) exec /usr/local/bin/startkde ;; failsafe) exec xterm -geometry 80x24-0-0 ;; esac esac I don't have a ~/.xsession file (didn't think i needed one). I'm using xfce 3.8.16 and have installed the complete KDE 3.0.2. Any ideas? Regards. _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message