View Single Post
  #5   (View Single Post)  
Old 17th November 2008
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

Quote:
Originally Posted by phreud View Post
  1. 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?
  2. 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.
Reply With Quote