public inbox for gentoo-ppc-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-ppc-user] Choosing a window manager (KDE)
@ 2003-07-03  9:31 Eric Pretorious
  2003-07-04  1:28 ` Joao F. Serejo
  2003-07-04  6:17 ` Marko Vallius
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Pretorious @ 2003-07-03  9:31 UTC (permalink / raw
  To: Gentoo Linux; +Cc: zhen, g2boojum

Hello, All:

I've read the Desktop Configuration Guide and have sucessfully installed 
kdebase. When I start kdm, though, I still get the spartan twm.

How do I go about selecting a window manager?

-- 
Eric P.
Sunnyvale, CA


--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-ppc-user] Choosing a window manager (KDE)
  2003-07-04  6:17 ` Marko Vallius
@ 2003-07-03 17:12   ` Eric Pretorious
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Pretorious @ 2003-07-03 17:12 UTC (permalink / raw
  To: Gentoo Linux

On Fri, 4 Jul 2003, Marko Vallius wrote:
> On Thu, 3 Jul 2003, Eric Pretorious wrote:
> > I've read the Desktop Configuration Guide and have sucessfully installed 
> > kdebase. When I start kdm, though, I still get the spartan twm.
> 
> Just to make sure: when you start kdm, you do get kdm first, don't you?
> Assuming you do, you should be able to select kde from the little
> drop-down list. The default is Xsession, which gives you just twm.

Ah-ha! I didn't see the drop-down list. Thanks!

-- 
Eric P.
Sunnyvale, CA


--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-ppc-user] Choosing a window manager (KDE)
  2003-07-03  9:31 [gentoo-ppc-user] Choosing a window manager (KDE) Eric Pretorious
@ 2003-07-04  1:28 ` Joao F. Serejo
  2003-07-04  5:50   ` Andrew Gaffney
  2003-07-04  6:17 ` Marko Vallius
  1 sibling, 1 reply; 5+ messages in thread
From: Joao F. Serejo @ 2003-07-04  1:28 UTC (permalink / raw
  To: Eric Pretorious; +Cc: gentoo-ppc-user

KDM will read XDesktop environment from Xsession, Xauthority ... etc. if you really need to run kdm at start
you will need a bunch of files like ~/.xsession (yes with little x) copy of the original ../xdm/Xsession and
edit it to fill you needs for startup choosed window manager. SEE: twm sets and base the kdesession on it.

An easyer way is startx from console and you will need only to put 'exec $YOUSESSIONHERE' on to a file called
~/.xinitrc and that's done.

On 17:31 Thu 03 Jul     , Eric Pretorious wrote:
> Hello, All:
> 
> I've read the Desktop Configuration Guide and have sucessfully installed 
> kdebase. When I start kdm, though, I still get the spartan twm.
> 
> How do I go about selecting a window manager?
> 
> -- 
> Eric P.
> Sunnyvale, CA
> 
> 
> --
> gentoo-ppc-user@gentoo.org mailing list

-- 
Sincerely, (com os mais sinceros cumprimentos);
Joao F. Serejo , Lisbon - PT :: lx90@netcabo.pt


--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-ppc-user] Choosing a window manager (KDE)
  2003-07-04  1:28 ` Joao F. Serejo
@ 2003-07-04  5:50   ` Andrew Gaffney
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Gaffney @ 2003-07-04  5:50 UTC (permalink / raw
  To: Joao F. Serejo; +Cc: Gentoo PPC

Joao F. Serejo wrote:
> KDM will read XDesktop environment from Xsession, Xauthority ... etc. if you really need to run kdm at start
> you will need a bunch of files like ~/.xsession (yes with little x) copy of the original ../xdm/Xsession and
> edit it to fill you needs for startup choosed window manager. SEE: twm sets and base the kdesession on it.
> 
> An easyer way is startx from console and you will need only to put 'exec $YOUSESSIONHERE' on to a file called
> ~/.xinitrc and that's done.
> 
> On 17:31 Thu 03 Jul     , Eric Pretorious wrote:
> 
>>Hello, All:
>>
>>I've read the Desktop Configuration Guide and have sucessfully installed 
>>kdebase. When I start kdm, though, I still get the spartan twm.
>>
>>How do I go about selecting a window manager?

There is a simple way to do this. In the file /etc/rc.conf, look for 
this at the end:


# Defaults depending on what you install currently include:
#
# Gnome - will start gnome-session
# kde-<version> - will start startkde (ex: kde-3.0.2)
# Xsession - will start a terminal and a few other nice apps

#XSESSION=Gnome


Uncomment the last line and change it to 'kde-<version>' as it says. 
Whenever you run startx or kdm, it should start up KDE.

-- 
Andrew Gaffney


--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-ppc-user] Choosing a window manager (KDE)
  2003-07-03  9:31 [gentoo-ppc-user] Choosing a window manager (KDE) Eric Pretorious
  2003-07-04  1:28 ` Joao F. Serejo
@ 2003-07-04  6:17 ` Marko Vallius
  2003-07-03 17:12   ` Eric Pretorious
  1 sibling, 1 reply; 5+ messages in thread
From: Marko Vallius @ 2003-07-04  6:17 UTC (permalink / raw
  To: Gentoo Linux

On Thu, 3 Jul 2003, Eric Pretorious wrote:
> I've read the Desktop Configuration Guide and have sucessfully installed 
> kdebase. When I start kdm, though, I still get the spartan twm.

Just to make sure: when you start kdm, you do get kdm first, don't you?
Assuming you do, you should be able to select kde from the little
drop-down list. The default is Xsession, which gives you just twm.

If there is no drop-down list, it could be you are running xdm. Did you
remember to set DISPLAYMANAGER=kdm in your /etc/rc.conf?

If you get twm straight away without a login screen, then I guess you're
not starting any display manager... Are you using startx? What you get
with startx depends on what your XSESSION setting in /etc/rc.conf is
set to.

-- 
Marko Vallius <marko.vallius@iki.fi>  #  http://iki.fi/markvall/

--
gentoo-ppc-user@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-07-04  8:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-03  9:31 [gentoo-ppc-user] Choosing a window manager (KDE) Eric Pretorious
2003-07-04  1:28 ` Joao F. Serejo
2003-07-04  5:50   ` Andrew Gaffney
2003-07-04  6:17 ` Marko Vallius
2003-07-03 17:12   ` Eric Pretorious

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox