From owner-freebsd-questions Thu Mar 21 6:19:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sagan.beanstalk.net (sagan.beanstalk.net [12.162.34.5]) by hub.freebsd.org (Postfix) with ESMTP id 84F4337B404 for ; Thu, 21 Mar 2002 06:19:08 -0800 (PST) Received: from fcoffice.ptfd.org (unverified [12.162.35.98]) by sagan.beanstalk.net (Vircom SMTPRS 4.2.181) with SMTP id ; Thu, 21 Mar 2002 09:21:23 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Michael W.Holdeman Organization: PTFD To: Jim Arnold Subject: Re: How do I switch between window managers? Date: Thu, 21 Mar 2002 09:18:57 -0500 X-Mailer: KMail [version 1.2] References: In-Reply-To: Cc: FreeBSD Questions MIME-Version: 1.0 Message-Id: <02032109185707.13992@fcoffice.ptfd.org> Content-Transfer-Encoding: 8bit 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 I don't have it working yet, but it would seam, at least it worked in SuSE Linux, that you should be able using kdm to select the environment at login, but everytime I try I ALWAYS get kde? Mike On Wednesday 20 March 2002 23:25, you wrote: > At 10:20 AM -0500 3/20/02, Brendan McAlpine wrote: > >Hey all > > > >I just installed KDE and Gnome on my machine and I was wondering how > >I go about switching between them. Right now when I start X, KDE is > >the manager. I would like to go with Gnome. Is there a command to > >switch between window managers? > > I do it the hard way! :) > I just use two shell scripts to mv the right file > into place. one is called "ktog" when I am in KDE and > want to switch to gnome. "gtok" does the opposite. > I just exit KDE or Gnome, run the correct file and startx again. > details below: > > spike 11:18pm 502 ~/bin>more ktog > #!/bin/sh > > # this program switches the .xintrc file from using kde to gnome > > > /bin/mv /home/jim/.xinitrc /home/jim/.xinitrc.kde > /bin/mv /home/jim/.xinitrc.gnome /home/jim/.xinitrc > > ===== > > spike 11:18pm 503 ~/bin>more gtok > #!/bin/sh > > # this program switches the .xintrc file from using gnome to kde > > > /bin/mv /home/jim/.xinitrc /home/jim/.xinitrc.gnome > /bin/mv /home/jim/.xinitrc.kde /home/jim/.xinitrc > > ====== > > .xinitrc for gnome > exec gnome-session > > .xinitrc for kde > exec startkde ---------------------------------------- Content-Type: text/html; charset="us-ascii"; name="Attachment: 1" Content-Transfer-Encoding: 7bit Content-Description: ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message