Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE and root
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Kenja
n00b
n00b


Joined: 21 Mar 2004
Posts: 27

PostPosted: Sat Apr 03, 2004 2:24 am    Post subject: KDE and root Reply with quote

I've installed KDE under root and when logged in as my regular user name I cant enter KDE unless I'm in root.

Is this how its supposed to be or can I change it so that my user has privledges to KDE. Once in KDE I can log in as my user but that seems to defeat the purpose of having the user name.
Back to top
View user's profile Send private message
anthonybavuso
n00b
n00b


Joined: 11 Feb 2004
Posts: 16

PostPosted: Sat Apr 03, 2004 4:08 am    Post subject: Reply with quote

I think your user has to be a member of the wheel group.
At the command line:

useradd <username> -G wheel

or when logged in as root go to the menu
System>User Manager
double click on the username
click on the groups tab
check beside wheel
Back to top
View user's profile Send private message
Kenja
n00b
n00b


Joined: 21 Mar 2004
Posts: 27

PostPosted: Sat Apr 03, 2004 5:27 am    Post subject: Reply with quote

yeah my user was already added to wheel and still I get

Code:
$ kdm
Only root wants to run kdm
Back to top
View user's profile Send private message
[UK]Superdude
Tux's lil' helper
Tux's lil' helper


Joined: 22 Jul 2002
Posts: 149
Location: Adelaide, Australia

PostPosted: Sat Apr 03, 2004 7:18 am    Post subject: Reply with quote

How are you starting it?
if you want to start it at boot, you need to add kdm to the default runlevel
Code:

rc-update add xdm default


or if you want to start it from the command, edit the .xinitrc file in your home directory and add:
Code:

exec /usr/kde/3.2/bin/startkde

and comment out any other exec lines for other window managers with a #
then start kde with:
Code:

 startx


Last edited by [UK]Superdude on Sat Apr 03, 2004 7:26 am; edited 2 times in total
Back to top
View user's profile Send private message
merlinBSD
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2003
Posts: 122
Location: cairns FNQ Australia

PostPosted: Sat Apr 03, 2004 7:22 am    Post subject: Reply with quote

U should read the desktop guide mate....

kdm HAS to be run by root, and if u use kdm u should add xdm to ur init.d in order to be able to choose another user ;)

rc-update add xdm default

and also edit the display manger entry

nano -w /etc/rc.conf
Back to top
View user's profile Send private message
merlinBSD
Tux's lil' helper
Tux's lil' helper


Joined: 15 Apr 2003
Posts: 122
Location: cairns FNQ Australia

PostPosted: Sat Apr 03, 2004 7:23 am    Post subject: Reply with quote

looks like i was not the fastest :)
Back to top
View user's profile Send private message
Kenja
n00b
n00b


Joined: 21 Mar 2004
Posts: 27

PostPosted: Sun Apr 04, 2004 10:07 am    Post subject: Reply with quote

merlinBSD wrote:
kdm HAS to be run by root...


that's all I was asking. Thanks
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum