diff --git a/utils/gui-wrapper.sh b/utils/gui-wrapper.sh index 0ee71bf..ad4940c 100755 --- a/utils/gui-wrapper.sh +++ b/utils/gui-wrapper.sh @@ -5,7 +5,7 @@ set -e resolution="$1" # e.g. 800x600x24 (width x height x bits_per_pixel) shift # the following arguments are the program to execute and its arguments -bg="$(mktemp --suffix='bg.png')" +bg="$(mktemp --suffix='.png')" fb_cfg="$(mktemp --suffix='fluxbox.cfg')" # Create solid black background