Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2002 10:26:10 +0530
From:      "Jaideep  Bhatia" <jaideep.bhatia@wipro.com>
To:        <questions@FreeBSD.ORG>
Subject:   RE: How do I switch between window managers?
Message-ID:  <000801c1d094$b830fd00$1250a8c0@Jaideep>
In-Reply-To: <a05101501b8bf1052c06c@[192.168.0.4]>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPartTM-000-37cd080b-3c82-11d6-a942-00b0d0d06be8
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0009_01C1D0C2.D1E93900"

------=_NextPart_000_0009_01C1D0C2.D1E93900
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

You can also try switchdesk command. I used it long back so I don't
remember how to get it. I think it comes with KDE. It allows you to
switch between window managers. Again not sure if you can dynamically
switch.
-jaideep
 
-----Original Message-----
From: owner-freebsd-questions@FreeBSD.ORG
[mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Jim Arnold
Sent: Thursday, March 21, 2002 9:56 AM
To: Brendan McAlpine; questions@FreeBSD.ORG
Subject: Re: How do I switch between window managers?


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


------=_NextPart_000_0009_01C1D0C2.D1E93900
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<TITLE>Message</TITLE>

<STYLE type=3Dtext/css>BLOCKQUOTE {
	PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
DL {
	PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
UL {
	PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
OL {
	PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
LI {
	PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
</STYLE>

<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR></HEAD>
<BODY>
<DIV><FONT face=3DArial color=3D#0000ff size=3D2><SPAN =
class=3D570465204-21032002>You=20
can also try switchdesk command. I used it long back so I don't remember =
how to=20
get it. I think it comes with KDE. It allows you to switch between =
window=20
managers. Again not sure if you can dynamically =
switch.</SPAN></FONT></DIV>
<DIV><FONT face=3DArial color=3D#0000ff size=3D2><SPAN=20
class=3D570465204-21032002>-jaideep</SPAN></FONT></DIV>
<DIV><FONT face=3DArial color=3D#0000ff size=3D2><SPAN=20
class=3D570465204-21032002></SPAN></FONT>&nbsp;</DIV>
<DIV></DIV>
<DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr =
align=3Dleft><FONT face=3DTahoma=20
size=3D2>-----Original Message-----<BR><B>From:</B>=20
owner-freebsd-questions@FreeBSD.ORG =
[mailto:owner-freebsd-questions@FreeBSD.ORG]=20
<B>On Behalf Of </B>Jim Arnold<BR><B>Sent:</B> Thursday, March 21, 2002 =
9:56=20
AM<BR><B>To:</B> Brendan McAlpine; =
questions@FreeBSD.ORG<BR><B>Subject:</B> Re:=20
How do I switch between window managers?<BR><BR></FONT></DIV>
<DIV>At 10:20 AM -0500 3/20/02, Brendan McAlpine wrote:</DIV>
<BLOCKQUOTE cite type=3D"cite"><FONT face=3DVerdana>Hey =
all</FONT><BR></BLOCKQUOTE>
<BLOCKQUOTE cite type=3D"cite"><FONT face=3DVerdana>I just installed KDE =
and Gnome=20
  on my machine and I was wondering how I go about switching between =
them.=20
  &nbsp;Right now when I start X, KDE is the manager. &nbsp;I would like =
to go=20
  with Gnome. &nbsp;Is there a command to switch between window=20
managers?</FONT></BLOCKQUOTE>
<DIV><FONT face=3DVerdana><BR></FONT></DIV>
<DIV>I do it the hard way! :)</DIV>
<DIV>I just use two shell scripts to mv the right file</DIV>
<DIV>into place. one is called "ktog" when I am in KDE and</DIV>
<DIV>want to switch to gnome. "gtok" does the opposite.</DIV>
<DIV>I just exit KDE or Gnome, run the correct file and startx =
again.</DIV>
<DIV>details below:</DIV>
<DIV><BR></DIV>
<DIV>spike 11:18pm 502 ~/bin&gt;more ktog<BR>#!/bin/sh<BR></DIV>
<DIV># this program switches the .xintrc file from using kde to =
gnome</DIV>
<DIV><BR></DIV>
<DIV><BR>/bin/mv /home/jim/.xinitrc /home/jim/.xinitrc.kde<BR>/bin/mv=20
/home/jim/.xinitrc.gnome /home/jim/.xinitrc</DIV>
<DIV><BR></DIV>
<DIV>=3D=3D=3D=3D=3D</DIV>
<DIV><BR></DIV>
<DIV>spike 11:18pm 503 ~/bin&gt;more gtok<BR>#!/bin/sh<BR></DIV>
<DIV># this program switches the .xintrc file from using gnome to =
kde</DIV>
<DIV><BR></DIV>
<DIV><BR>/bin/mv /home/jim/.xinitrc /home/jim/.xinitrc.gnome</DIV>
<DIV>/bin/mv /home/jim/.xinitrc.kde /home/jim/.xinitrc</DIV>
<DIV><BR></DIV>
<DIV>=3D=3D=3D=3D=3D=3D</DIV>
<DIV><BR></DIV>
<DIV>.xinitrc for gnome</DIV>
<DIV>exec gnome-session</DIV>
<DIV><BR></DIV>
<DIV>.xinitrc for kde</DIV>
<DIV>exec startkde</DIV>
<DIV><BR></DIV></BODY></HTML>

------=_NextPart_000_0009_01C1D0C2.D1E93900--



------=_NextPartTM-000-37cd080b-3c82-11d6-a942-00b0d0d06be8
Content-Type: text/plain;
	name="Wipro_Disclaimer.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="Wipro_Disclaimer.txt"

**************************Disclaimer************************************
      


Information contained in this E-MAIL being proprietary to Wipro Limited
is 'privileged' and 'confidential' and intended for use only by the
individual or entity to which it is addressed. You are notified that any
use, copying or dissemination of the information contained in the E-MAIL
in any manner whatsoever is strictly prohibited.



 ********************************************************************

------=_NextPartTM-000-37cd080b-3c82-11d6-a942-00b0d0d06be8--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000801c1d094$b830fd00$1250a8c0>