diff options
author | mathias <mathias> | 2006-09-20 19:44:07 (GMT) |
---|---|---|
committer | mathias <mathias> | 2006-09-20 19:44:07 (GMT) |
commit | 750caf08b865df30021e9ec1f1d89f3824028216 (patch) | |
tree | bce2cefd41281c9124373b465561c1108df765d2 | |
parent | 3e6bb03a758a596e579ea070ed15edfa1eed2967 (diff) | |
download | fluxbox_pavel-750caf08b865df30021e9ec1f1d89f3824028216.zip fluxbox_pavel-750caf08b865df30021e9ec1f1d89f3824028216.tar.bz2 |
fixed little issue with fbsetbg showing the warning about missing wpsetters even if the user only pipes arguments towards fbsetroot
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | util/fbsetbg | 5 |
2 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *06/09/20: | ||
4 | * fixed little issue in fbsetbg (Mathias) | ||
5 | if someone has no wpsetters installed at all but only wants to use | ||
6 | fbsetroot thru fbsetbg then the warning would pop up, telling her | ||
7 | to install a wpsetter .. which she doenst want | ||
8 | util/fbsetbg | ||
3 | *06/08/27: | 9 | *06/08/27: |
4 | * Translations and addons to fbgm (thanks to Antonio Gomes) | 10 | * Translations and addons to fbgm (thanks to Antonio Gomes) |
5 | *06/08/14: | 11 | *06/08/14: |
diff --git a/util/fbsetbg b/util/fbsetbg index de46289..bd8c369 100644 --- a/util/fbsetbg +++ b/util/fbsetbg | |||
@@ -46,7 +46,7 @@ | |||
46 | # _NET_CURRENT_DESKTOP | 46 | # _NET_CURRENT_DESKTOP |
47 | 47 | ||
48 | # The wallpapersetter is selected in this order | 48 | # The wallpapersetter is selected in this order |
49 | wpsetters="${wpsetters:=Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg' | 49 | wpsetters="${wpsetters:=fbsetroot Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg' |
50 | lastwallpaper="${HOME}/.fluxbox/lastwallpaper" | 50 | lastwallpaper="${HOME}/.fluxbox/lastwallpaper" |
51 | 51 | ||
52 | 52 | ||
@@ -357,6 +357,9 @@ standardok=\ | |||
357 | "$WPSETTER is a nice wallpapersetter. You won't have any problems." | 357 | "$WPSETTER is a nice wallpapersetter. You won't have any problems." |
358 | 358 | ||
359 | case $WPSETTER in | 359 | case $WPSETTER in |
360 | fbsetroot) | ||
361 | debugstory="fbsetroot does not show any pictures." | ||
362 | ;; | ||
360 | chbg) | 363 | chbg) |
361 | full='-once -mode maximize' | 364 | full='-once -mode maximize' |
362 | tile='-once -mode tile' | 365 | tile='-once -mode tile' |