mikshaw
  
 
 
  
 
 
Group: Members 
Posts: 4856 
Joined: July 2004 | 
  | 
Posted: May 28 2007,20:23 | 
   | 
 
 
  
.xinitrc runs from within /home/dsl. Unless you use the absolute path to jre1_5_0.tar.gz, mydsl-load won't find it:
  mydsl-load /jre1_5_0.tar.gz 
  or
  cd / && mydsl-load jre1_5_0.tar.gz
  I don't recommend the cd method, though, unless you cd back to /home/dsl after mydsl-load. It will cause problems for you later, since the window manager will also start from / and some things in DSL rely on paths relative to /home/dsl 
  -------------- http://www.tldp.org/LDP/intro-linux/html/index.html
 |