Quote:
Originally Posted by phreud
- The same problem appears for users too. I just realized I have changes shell for my user and for root and that might be the problem. They now both use bash (I later found a post about not changing roots shell, oh well). Could it be I have to add /sbin to the PATH?
- Thanks for the url. I guess you're right. Problem is, where do I add localization stuff for X when I don't have a config file? I need to change the keyboard layout in X.
|
Your path per user should be specified in ~/.profile. Your X options should be specified per user in ./.Xdefaults. Note that due to the
change of the default shell your profile might not be read.
For instance on OpenBSD in order to have your profile read you have to
specify in your .Xdefaults
Code:
XTerm*loginShell: true
That is actually default behavior of Xorg.