Package: awesome
Version: 3.4.5-1
awsetbg tells me to install feh, but I actually have feh installed:
mgoe...@schubert:~$ awsetbg -i
I can't find an app to set the wallpaper with. Using xsetroot to set a
solid background. If you want to have a background image you should
install Esetroot or feh.
This is because awsetbg keeps going through $wpsetters after it has
found a usable program, so that the last usable program on the list (in
my case xsetroot) is chosen. The following works:
mgoe...@schubert:~$ wpsetters=feh awsetbg -i
feh is a nice wallpapersetter. You won't have any problems.
A trivial patch would be:
-wpsetters="${wpsetters:=Esetroot habak feh hsetroot chbg fvwm-root
display qiv xv xsri xli xsetbg wmsetbg xsetroot}" # broken icewmbg'
+wpsetters="${wpsetters:=xsetroot wmsetbg xsetbg xli xsri xv qiv display
fvwm-root chbg hsetroot feh habak Esetroot}" # broken icewmbg'
However, there is a marginally more efficient solution which I can't be
bothered to work out. ;)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]