all repos — fluxbox @ 39e9e25d5b0df95ddb72f79d95743cc619f12cf8

custom fork of the fluxbox windowmanager

update from Han
fluxgen fluxgen
commit

39e9e25d5b0df95ddb72f79d95743cc619f12cf8

parent

790c55ca52a90a3f8c2ad5ef51a9b7209be9d14f

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M util/fbsetbgutil/fbsetbg

@@ -23,7 +23,7 @@ # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -# $Id: fbsetbg,v 1.18 2003/09/18 12:15:17 fluxgen Exp $ +# $Id: fbsetbg,v 1.19 2003/09/20 16:03:30 fluxgen Exp $ # Portability notes: # To guarantee this script works on all platforms that support fluxbox

@@ -338,7 +338,7 @@ message "Can't find wallpaper $wallpaper"

exit 1 fi -eval $WPSETTER $option "$wallpaper" +$WPSETTER `eval echo $option` "$wallpaper" if [ $? -ne 0 ]; then message "Something went wrong while setting the wallpaper. Run '$WPSETTER $option "$wallpaper"' from an xterm to find out what."