From 750caf08b865df30021e9ec1f1d89f3824028216 Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 20 Sep 2006 19:44:07 +0000 Subject: fixed little issue with fbsetbg showing the warning about missing wpsetters even if the user only pipes arguments towards fbsetroot --- ChangeLog | 6 ++++++ util/fbsetbg | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f8a4a37..18a4325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ (Format: Year/Month/Day) Changes for 1.0rc3: +*06/09/20: + * fixed little issue in fbsetbg (Mathias) + if someone has no wpsetters installed at all but only wants to use + fbsetroot thru fbsetbg then the warning would pop up, telling her + to install a wpsetter .. which she doenst want + util/fbsetbg *06/08/27: * Translations and addons to fbgm (thanks to Antonio Gomes) *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 @@ # _NET_CURRENT_DESKTOP # The wallpapersetter is selected in this order -wpsetters="${wpsetters:=Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg' +wpsetters="${wpsetters:=fbsetroot Esetroot wmsetbg feh hsetroot chbg display qiv xv xsri xli xsetbg}" # broken icewmbg' lastwallpaper="${HOME}/.fluxbox/lastwallpaper" @@ -357,6 +357,9 @@ standardok=\ "$WPSETTER is a nice wallpapersetter. You won't have any problems." case $WPSETTER in + fbsetroot) + debugstory="fbsetroot does not show any pictures." + ;; chbg) full='-once -mode maximize' tile='-once -mode tile' -- cgit v0.11.2