fluxbox/util
mathias dff2aa3356 fix for the following problem:
on *bsd /bin/sh is not just a symlink to /bin/bash as on most linux's 
  but a real standalone shell. and it behaves differently from "bash -c"
  behavior .. it doesnt exec the command given but waits till the command
  finishes. as a result a lot of "rogue" a flying around. solution is now 

     ( $SHELL or /bin/sh ) -c exec <cmd>
2007-06-06 06:22:37 +00:00
..
fbrun fix for the following problem: 2007-06-06 06:22:37 +00:00
fbsetbg fix for fbsetbg -l when last wallpaper was using fbsetroot 2007-04-18 18:12:29 +00:00
fbsetroot.cc
fbsetroot.hh
fluxbox-generate_menu.in added seamonkey to fbgm 2007-05-17 16:06:40 +00:00
fluxbox-update_configs.cc
Makefile.am
startfluxbox.in startup file wasn't being run properly when first created 2007-03-28 02:56:21 +00:00