aboutsummaryrefslogtreecommitdiff
path: root/util/fbsetbg
AgeCommit message (Collapse)AuthorFilesLines
2016-09-03fix display $WPSETTERThomas Lübking1-3/+4
BUG: 1031
2016-09-03handle DISPLAY :x and :x.0 idemThomas Lübking1-1/+2
Patch originally provided by Francesco Poli to Debian BUG: 1052
2016-09-03handle subdirs and symlinks in $wallpaperdirThomas Lübking1-2/+4
Thanks for the base patch, kindly provided by some Anonymous coward on the bugtracker ;-) BUG: 1065
2016-04-25fix fbsetbg in combination with picky shellsMathias Gumz1-3/+14
in *BSD, /bin/sh is Almquist Shell(ash). the 'hash' built-in command of ash returns 0, always. 'hash' is not usable for find_it() function in util/fbsetbg and util/fluxbox-generate_menu.in. this patch changes the behavior of find_it(): when 'hash' is detected to not work correctly, switch back to 'which'. this patch is the work of Yamashiro, Jun and appeared first as patch-160 on sourceforge: https://sourceforge.net/p/fluxbox/patches/160/. i submit it on behalf of the author.
2015-08-10fbsetbg: Report wallpaper directory path when invalidOliver Gondža1-1/+1
2013-01-02utils: remove bashismsSami Kerola1-2/+6
fbsetbg: The random number generation used 'time' shell internal, which does not exist in all shells. Allowing 'ps' output to be part of cksum input will increase entropy and enhance quality of the randomness. fbsetbg: The second fix is more important. In posix shell there is no '==' comparision operator. fluxbox-generate_menu: There are no quarantees about echo accepting options, so use 'printf' for more advanced outputing.
2011-04-11Changed fbsetbg's tips to the new behaviour.skizzhg1-3/+3
2011-02-21fbsetbg: improved aspect-ratio-filling for feh (thanks Jeremiah Mahler ↵Jeremiah Mahler1-1/+1
<jmmahler at gmail com> Closes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583704
2009-05-28Cleaned up 'fbsetbg -h' outputJim Ramsay1-5/+9
Reordered the "Options" section and made it more clear that for setting solid, gradient, or pattern textures, one should also refer to fbsetroot(1).
2009-05-26Don't complain on '-z' if there's no lastwallpaperJim Ramsay1-0/+4
This hides the odd cornercase of users with no lastwallpaper file and no background set in their style or overlay. Adapted from the patch at http://sourceforge.net/tracker/?func=detail&aid=2389567&group_id=35398&atid=413962
2008-08-06make wallpapers do The Right Thing (tm)Mark Tiefenbruck1-8/+31
2008-01-23fix issue with multiple spaces in filename in fbsetbgMark Tiefenbruck1-3/+3
2008-01-23use hash instead of which in fbsetbgMark Tiefenbruck1-22/+3
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-04-18fix for fbsetbg -l when last wallpaper was using fbsetrootmarkt1-0/+3
2007-03-24fixed a little bug in fbsetbg when DISPLAY doesn't have .0 after itmarkt1-0/+2
2007-02-22command -v seems to cause problems for some distros, despite being POSIX and ↵markt1-4/+23
built into sh
2007-01-02replace `which' in fbsetbg and fbgm with `command -v'markt1-23/+4
2006-09-21fix for the fbsetbg-fix from yesterdaymathias1-13/+13
2006-09-20fixed little issue with fbsetbg showing the warning about missing wpsetters ↵mathias1-1/+4
even if the user only pipes arguments towards fbsetroot
2006-08-04allow aspect/centered/tiled options with random in fbsetbgmarkt1-26/+23
2006-04-17portability fixes for couple of shell scriptssimonb1-10/+10
2006-01-23little fix for fbsetbg (patch from mark tiefenbruck)mathias1-0/+4
2005-11-13create .fluxbox directory and lastwallpaper file if they dont existfluxgen1-0/+5
2005-07-12Renaming of 'bsetroot' to 'fbsetroot' (Mathias)mathias1-7/+7
blackbox's 'bsetroot' and fluxbox's 'bsetroot' have different syntax nowadays and collide when you install fluxbox and blackbox. hence the renaming.
2005-03-10fix 'which' program compatibility.simonb1-21/+21
Test the capabilities of the one we find, rather than guessing based on the system type
2005-01-31close #1111378, -S (smooth) to wmsetbg's aspect-settingmathias1-1/+1
2005-01-12made the error-message a bit bettermathias1-1/+1
2004-12-10added support for hsetroot (http://thegraveyard.org/hsetroot.php)mathias1-1/+8
to fbsetbg
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-06-17fbsetbg xmessage-related updatesrathnor1-3/+4
2004-03-11fbsetbg updates from hanrathnor1-12/+29
2004-01-22Fix missing sanitycheck as found by Tom Ryanfluxgen1-2/+4
2004-01-17copyright updatefluxgen1-2/+2
2004-01-03random number fixesfluxgen1-2/+4
2003-12-29patch from Han, minor fixes and fbsetbg random backgroundfluxgen1-13/+58
2003-12-12support for bsetroot in fbsetbgfluxgen1-16/+39
2003-12-08remembering -u option and a new non remembering option -U, same ↵fluxgen1-21/+43
functionality as before, Patch from Han
2003-11-23util updates from hanrathnor1-2/+2
2003-10-16fbsetbg update from hanrathnor1-26/+52
2003-10-08avoid using getopts in fbsetbg, plus other tweaksrathnor1-77/+105
2003-09-29update from Hanfluxgen1-5/+5
2003-09-20update from Hanfluxgen1-2/+2
2003-09-18update from Hanfluxgen1-75/+93
2003-09-03update from Hanfluxgen1-4/+4
2003-08-26minor fixfluxgen1-2/+2
2003-08-17update from Hanfluxgen1-34/+73
2003-08-04update from hanfluxgen1-7/+12
2003-07-29update from Hanfluxgen1-11/+11
2003-07-20more updates from hanrathnor1-10/+10