aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2006-09-20 19:44:07 (GMT)
committermathias <mathias>2006-09-20 19:44:07 (GMT)
commit750caf08b865df30021e9ec1f1d89f3824028216 (patch)
treebce2cefd41281c9124373b465561c1108df765d2
parent3e6bb03a758a596e579ea070ed15edfa1eed2967 (diff)
downloadfluxbox-750caf08b865df30021e9ec1f1d89f3824028216.zip
fluxbox-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--ChangeLog6
-rw-r--r--util/fbsetbg5
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f8a4a37..18a4325 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes 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
49wpsetters="${wpsetters:=Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg' 49wpsetters="${wpsetters:=fbsetroot Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg'
50lastwallpaper="${HOME}/.fluxbox/lastwallpaper" 50lastwallpaper="${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
359case $WPSETTER in 359case $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'