Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gnome install [solved]
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
FIR3
n00b
n00b


Joined: 02 Feb 2006
Posts: 13
Location: in my chair

PostPosted: Mon Feb 06, 2006 6:19 am    Post subject: Gnome install [solved] Reply with quote

I just installed gnome and finally got all my problems with X worked out which was due to nvidia drivers. But now I can only run gnome as root... Whenever I try my regular username it says your $HOME/.dmrc file has incorrect permissions and is being ignored... but .dmrc doesn't even exist in my home dir...

I was following http://www.gentoo.org/doc/en/gnome-config.xml and i'm not sure if this has anything to do with it, but these commands didn't run because the program couldn't be found even after I emerged it twice
# /etc/init.d/mDNSResponder start
# rc-update add mDNSResponder default


Also it says to run this command under my regular username
echo "exec gnome-session" > ~/.xinitrc
I get -bash: /home/matt/.xinitrc: Permission denied


Last edited by FIR3 on Wed Feb 08, 2006 6:21 am; edited 1 time in total
Back to top
View user's profile Send private message
hypronix
n00b
n00b


Joined: 02 Feb 2006
Posts: 10
Location: root@inferno

PostPosted: Mon Feb 06, 2006 6:44 am    Post subject: Reply with quote

Looks like your home folder isn't yours. Try a

Code:
ls -l /home/


as root an make sure you see something along the lines of

Code:

hypronix@inferno /home $ ls -l
drwxr-x---  93 hypronix users 4.0K Feb  5 21:28 hypronix/


As you can see the /home/hypronix folder does actually belong to me :). It is possible it's still owned by root, if that's the case, as root do a

Code:

chmod -R matt:users /home/matt


This should solve the echo issue... try again after that with Gnome and see what comes up [if anything].

Cheers!
Back to top
View user's profile Send private message
FIR3
n00b
n00b


Joined: 02 Feb 2006
Posts: 13
Location: in my chair

PostPosted: Mon Feb 06, 2006 6:58 am    Post subject: Reply with quote

Thanks, problem solved on that part...
Do I need to fix these commands that weren't working?
# /etc/init.d/mDNSResponder start
# rc-update add mDNSResponder default
Back to top
View user's profile Send private message
hypronix
n00b
n00b


Joined: 02 Feb 2006
Posts: 10
Location: root@inferno

PostPosted: Mon Feb 06, 2006 7:38 am    Post subject: Reply with quote

This post seems to indicate that they're not 100% needed, however since I do not run Gnome this is as much as I can help you... let people know how it turns out so that maybe someone else is able to help if you're still stuck.
Back to top
View user's profile Send private message
crudh
l33t
l33t


Joined: 12 May 2005
Posts: 696
Location: Sundbyberg, Sweden

PostPosted: Mon Feb 06, 2006 1:40 pm    Post subject: Re: Gnome install Reply with quote

FIR3 wrote:
I was following http://www.gentoo.org/doc/en/gnome-config.xml and i'm not sure if this has anything to do with it, but these commands didn't run because the program couldn't be found even after I emerged it twice
# /etc/init.d/mDNSResponder start
# rc-update add mDNSResponder default


You only need to run these if you have built GNOME with the "howl" use flag. If you have and the commands doesn't exist, are you sure you did emerge "howl" and not "mDNSResponder"? Howl is used by GNOME and it installes the mDNSResponder-scripts.
Back to top
View user's profile Send private message
hypronix
n00b
n00b


Joined: 02 Feb 2006
Posts: 10
Location: root@inferno

PostPosted: Mon Feb 06, 2006 8:35 pm    Post subject: Reply with quote

Correct me if I'm wrong but wouldn't setting the USE flag pull in the application? I mean, that's the behavior I've generally noticed [for certain flags where other application provide functionality]
Back to top
View user's profile Send private message
crudh
l33t
l33t


Joined: 12 May 2005
Posts: 696
Location: Sundbyberg, Sweden

PostPosted: Mon Feb 06, 2006 9:16 pm    Post subject: Reply with quote

Yes, it should. Don't know why it didn't if it didn't do it for you.
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