Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Newby:how to start kde
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
lost_  
View profile  
 More options Feb 9 2004, 10:09 am
Newsgroups: alt.os.linux.gentoo
From: lost @aol.com
Date: Mon, 09 Feb 2004 07:12:19 -0800
Local: Mon, Feb 9 2004 10:12 am
Subject: Newby:how to start kde
I emerged kde and it compiled all night long, now how do i start it
up?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Will Dormann  
View profile  
 More options Feb 9 2004, 10:36 am
Newsgroups: alt.os.linux.gentoo
From: Will Dormann <wdorm...@yahoo.com.invalid>
Date: Mon, 09 Feb 2004 15:36:07 GMT
Local: Mon, Feb 9 2004 10:36 am
Subject: Re: Newby:how to start kde

lost wrote:
> I emerged kde and it compiled all night long, now how do i start it
> up?

startx

-WD


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Charles  
View profile  
 More options Feb 9 2004, 11:18 am
Newsgroups: alt.os.linux.gentoo
From: Charles <noth...@nothing.com>
Date: Mon, 09 Feb 2004 14:16:06 +0000
Local: Mon, Feb 9 2004 9:16 am
Subject: Re: Newby:how to start kde

On Mon, 09 Feb 2004 07:12:19 -0800, lost wrote:
> I emerged kde and it compiled all night long, now how do i start it
> up?

Do this:
nano -w /etc/make.conf
# and add USE="qt kde"
env-update && source /etc/profile
# then go to /etc/X11/Sessions, look at the version of KDE, and write it
# down on a sheet of paper (ie: kde-3.1.4)
nano -w /etc/rc.conf
# add at the bottom I think XSESSION="kde-3.1.4", adapt to the version of
# KDE you have installed
# then reboot:
shutdown -r now

--
Charles.

________________________________________________________________
Message posted using PAN, new reader for Gnome with Gentoo Linux.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Andreas Steffen  
View profile  
 More options Feb 9 2004, 12:38 pm
Newsgroups: alt.os.linux.gentoo
From: Andreas Steffen <reign...@kawo1.rwth-aachen.de>
Date: Mon, 09 Feb 2004 18:37:14 +0100
Local: Mon, Feb 9 2004 12:37 pm
Subject: Re: Newby:how to start kde
There are two possibilities, depending on whether you want graphical or
console login.

Console login:
Just for making sure
#rc-update del xdm default
$echo "startkde" > ~/.xinitrc
$startx

Graphical login:
Make sure you have kdm installed (should be part of kdebase).
In /etc/rc.conf, set DISPLAYMANAGER to kdm.
As root say
#rc-update add xdm default
This has gentoo start up xdm on every boot. Now either reboot or start it
manually by doing
#/etc/init.d/xdm
(also as root). That should fire up the X server and give you a login
dialog.

Good luck
Andreas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Newbie:how to start kde" by Charles
Charles  
View profile  
 More options Feb 9 2004, 1:58 pm
Newsgroups: alt.os.linux.gentoo
From: Charles <noth...@nothing.com>
Date: Mon, 09 Feb 2004 16:55:39 +0000
Local: Mon, Feb 9 2004 11:55 am
Subject: Re: Newbie:how to start kde
I forgot, you need to add:

kdm
# then, edit /etc/rc.conf and set DISPLAYMANAGER="kdm"
rc-update add xdm default

Good luck,

--
Charles.

________________________________________________________________
Message posted using PAN, new reader for Gnome with Gentoo Linux.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »