1

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

oneself
  • 397
  • 1
  • 5
  • 15

2 Answers2

2

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
Mikael S
  • 2,212
  • 1
  • 16
  • 9
2

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

oneself
  • 397
  • 1
  • 5
  • 15