diff options
Diffstat (limited to 'source/x/x11/post-install/xdm/Xsession')
-rwxr-xr-x | source/x/x11/post-install/xdm/Xsession | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/x/x11/post-install/xdm/Xsession b/source/x/x11/post-install/xdm/Xsession index 6484b0965..22fcde8fb 100755 --- a/source/x/x11/post-install/xdm/Xsession +++ b/source/x/x11/post-install/xdm/Xsession @@ -10,6 +10,7 @@ # Fixes for $PATH (from Jim Diamond), GDM/KDM/XDM, 2003-02-07 volkerdi # Use absolute paths until $PATH is set, 2006-01-11 (Al's 100th :-) volkerdi # merged changes from # $Xorg: Xsession,v 1.4 2000/08/17 19:54:17 cpqbld Exp $, 2007-02-13 volkerdi +# Changed /usr/lib/X11/xinit/ paths to /etc/X11/xinit/ 2011-01-23 rworkman # redirect errors to a file in user's home directory if we can errfile="$HOME/.xsession-errors" @@ -32,8 +33,8 @@ fi userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap -sysresources=/usr/lib/X11/xinit/.Xresources -sysmodmap=/usr/lib/X11/xinit/.Xmodmap +sysresources=/etc/X11/xinit/.Xresources +sysmodmap=/etc/X11/xinit/.Xmodmap # merge in defaults and keymaps |