mikshaw
  
 
 
  
 
 
Group: Members 
Posts: 4856 
Joined: July 2004 | 
  | 
Posted: Feb. 12 2005,14:18 | 
   | 
 
 
  
"First: is the line in init file correct?" no.  You need to SET the background, and not just specify what bg to use.  Try something like this: session.screen0.rootCommand: bsetbg -f /home/dsl/.fluxbox/backgrounds/Waterfalls.jpg
  "Second: what`s the deal with the restore utility?" Make sure you include the leading "/" in your paths.  This specifies that you start at root rather than the current working directory (usually /home/dsl).  If you use "home/dsl/.fluxbox/init", the script may try /home/dsl/home/dsl/.fluxbox/init, which doesn't exist.  Use "/home/dsl/.fluxbox/init" instead.  The same goes for paths used in any situation, such as the root command line in init.
  "Can I change the number at the end to 400 or so to lenghten the double click spacing?" Yes.  This only works for window interaction, though, such as double-click to shade.  It doesn't effect the double-click speed within applications. 
  -------------- http://www.tldp.org/LDP/intro-linux/html/index.html
 |