I've upgraded to Ubuntu 9.10 recently, and I can't get it to load my ~/.xinitrc when I log into Gnome.

link|improve this question

71% accept rate
3  
This is a better candidate for superuser.com – Suppressingfire Nov 22 '09 at 21:27
1  
It's hard to keep all the different sites straight. – user10107 Dec 8 '09 at 18:15
feedback

2 Answers

Do you log in using GDM or any other graphical login manager? They usually ignore .xinitrc and read .xsession instead.

You could symlink .xinitrc to .xsession or the other way around to keep them synched:

ln -s .xinitrc .xsession
link|improve this answer
1  
Shouldn't that be ln -s .xinitrc .xsession ? – Suppressingfire Nov 22 '09 at 21:25
1  
Hm, in this example, yes. Thanks for pointing it out. – Mikael S Nov 22 '09 at 21:34
feedback
up vote 2 down vote accepted

I put a call in ~/.gnomerc that loads ~/.xinitrc.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.