diff -Naur fluxbox-1.3.1/util/fbsetbg fluxbox-1.3.1-magellan/util/fbsetbg --- fluxbox-1.3.1/util/fbsetbg 2011-02-21 20:27:32.000000000 +0100 +++ fluxbox-1.3.1-magellan/util/fbsetbg 2011-07-01 19:45:34.000000000 +0200 @@ -361,7 +361,7 @@ if [ ! "$wpsetter" = Esetroot ]; then WPSETTER=$wpsetter break - elif ldd `which Esetroot`|grep libImlib 2>&1 > /dev/null; then + elif which Esetroot 2>&1 > /dev/null; then WPSETTER=$wpsetter break else