~ubuntu-branches/ubuntu/saucy/fluxbox/saucy-proposed

« back to all changes in this revision

Viewing changes to util/startfluxbox.in

  • Committer: Package Import Robot
  • Author(s): Paul Tagliamonte
  • Date: 2012-05-30 22:17:42 UTC
  • Revision ID: package-import@ubuntu.com-20120530221742-rnk5r1fzi5ikc19w
Tags: 1.3.2-4
* Adding in a bit of tighter integration with fbautostart. This includes
  a new patch -- fix-startup-check-fbautostart.patch.
* Added a few C*FLAGS to the invocation of configure. Thanks to a new
  lintian check that caught the failure to pass the flags correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
# wmnd &
50
50
# wmsmixer -w &
51
51
# idesk &
 
52
#
 
53
# Debian-local change:
 
54
#   - fbautostart has been added with a quick hack to check to see if it
 
55
#     exists. If it does, we'll start it up by default.
 
56
which fbautostart > /dev/null
 
57
if [ \$? -eq 0 ]; then
 
58
    fbautostart
 
59
fi
52
60
 
53
61
# And last but not least we start fluxbox.
54
62
# Because it is the last app you have to run it with ''exec'' before it.