X and Fluxbox :: background
i know this is a n00b question, but i cant get my root background in fluxbox working (as in the custom background)
this is on my fluxbox init file
session.screen0.rootCommand: fbsetbg -f /bg/1.png
bg/1.png being the file i want to be the background
can anyone help?
try removing the "f"
bsetbg
That's what I have in the init file and it works.
I dont know how directories work so much in
Linux but make sure it can find that file. I made
mine relative to home so mine is like this:
....rootCommand: bsetbg -c ~/stuff/back.jpg
try running the command from a terminal to see what error you get.
It's most likely the bad command that ..umm...Bad Command mentioned.
DSL doesn't have fbsetbg...you'll want to use bsetbg or xsri.
original here.