I am Korean.
and I thanks for your international cooperation.
my 45xsession file is
maybe that 26 line has nothing to do with my purpose.Code:23 # add at least _one_ entry to xauth 24 # remove when updated nxclient is available 25 26 xauth add $DISPLAY MIT-MAGIC-COOKIE-1 $(mcookie) 27
so I think that I must not delete that line. plz tell me another line that I must delete.
and Where do I add code 'rsync -Ha --ignore-existing /etc/skel/ $HOME/' after that 67 line?Code:64 # Copy profiles if not already present 65 rsync -Ha --ignore-existing /etc/skel/{.acrorc,.Xdefaults,.gimp*,.gconf*,.bashrc,.nessus*,.links,.local,.lynx*,.qt,.xine,tmp} $HOME/ 2>/dev/null 66 [ "$USER" = "knoppix" ] && rsync -Ha --ignore-existing /usr/share/knoppix/profile/{.gnupg,.acrorc,.Xdefaults,.bashrc,.nessus*,.links,.lynx*,.qt,.xine,tmp} $HOME/ 2>/dev/null 67 [ "$USER" = "knoppix" -a -f /usr/share/knoppix/profile/.fonts.cache-1 ] && rsync -H --ignore-existing /usr/share/knoppix/profile/.fonts.cache-1 $HOME/ 2>/dev/null 68 69 # We DO need the .gnome* directory for some programs that set permissions incorrectly ...


Reply With Quote










