From owner-freebsd-questions Sat Jul 13 3:12:37 2002 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 90B5637B400; Sat, 13 Jul 2002 03:12:29 -0700 (PDT) Received: from hotmail.com (f202.law14.hotmail.com [64.4.21.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E7BA43E5E; Sat, 13 Jul 2002 03:12:29 -0700 (PDT) (envelope-from macklobell@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 13 Jul 2002 03:12:29 -0700 Received: from 217.215.99.176 by lw14fd.law14.hotmail.msn.com with HTTP; Sat, 13 Jul 2002 10:12:28 GMT X-Originating-IP: [217.215.99.176] From: "Mack Lobell" To: drama@slakin.net Cc: freebsd-questions@FreeBSD.org, freebsd-newbies@FreeBSD.org, kde@mail.kde.org, kde-nonlinux@mail.kde.org Subject: Re: How to start xfce from kdm Date: Sat, 13 Jul 2002 10:12:28 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 13 Jul 2002 10:12:29.0231 (UTC) FILETIME=[CB5DE3F0:01C22A55] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, tried that and it didn't work. root~#cat .xsession #!/bin/sh /usr/X11R6/bin/startxfce The whole idea of adding the entries in /usr/X11R6/lib/X11/xdm/Xsession is so we don't need a "static" ~/.xsession file (we want to choose desktop dynamically). I have followed the instructions under 5.7.3.1 (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html#X11-WM-KDE2-KDM) in the FreeBSD Handbook, but no luck. Regards. >From: Matt Snow >To: Mack Lobell >CC: freebsd-questions@FreeBSD.org, , >, >Subject: Re: How to start xfce from kdm >Date: Fri, 12 Jul 2002 20:40:31 -0700 (PDT) > >you'll need a .xsession file to get that to work correctly. > >* * * * * * * * >Matt Snow > (@) drama@slakin.net > (w) http://slakin.net. > >On Fri, 12 Jul 2002, Mack Lobell wrote: > > > 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-questions" in the body of the message > > > _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message