Fluxbox background disappears on certain events
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fluxbox |
New
|
Undecided
|
Unassigned | ||
fluxbox (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
I have a script that randomly selects a wallpaper from my art folder and than uses the command "fbsetbg" to set it as my background. This script is in my ~/.fluxbox/startup file.
The script runs fine and displays the wallpaper after I login. I noticed, however, when I run certain programs (WINE in particular) the fluxbox background just disappears, and goes back to a plain gray. I am fairly certain the problem is not with the script or the entry on my startup file, but I am providing them below anyway.
Here is my startup file:
wallpaper.sh
gaim &
xmms ~/music/
swiftfox &
exec /usr/local/
and the script (wallpaper.sh):
#!/bin/bash
WALLPAPERS=
ALIST=( `ls -w1 /home/paul/
RANGE=${#ALIST[@]}
let "number = $RANDOM"
let LASTNUM="`cat $WALLPAPERS/.last` + $number"
let "number = $LASTNUM % $RANGE"
echo $number > $WALLPAPERS/.last
fbsetbg $WALLPAPERS/
Related branches
description: | updated |
description: | updated |
description: | updated |
Changed in fluxbox: | |
status: | Incomplete → Confirmed |
Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering is this still an issue for you? Thanks in advance.