TODO list for wmtheme


Necessary stuff
---------------

 - Fix tarballs extracting to parent directories (see wmaker's Greeen)
   (implemented workaround:  always use /tmp)

 - perturb -B, it may be buggy under odd circumstances

 - investigate the output of 'file' on different platforms - the code
   depends on its output being formatted such that, given multimple
   input filenames, the result always begins on the same column:

yath@mongoose:~/sandbox$ file -f filelist 
bs:                 directory
filelist:           ASCII text
WindowMaker-0.70.0: directory
grub-0.90:          directory
opn.png:            PNG image data, 567 x 396, 16-bit/color RGB, non-interlaced

   Make certain this is universal. ('file -b' would avoid this problem, but
   alas -b is not universal)

Fancy Features
--------------

 - resize images on install, so switching to them doesn't take several
   seconds (useful for: blackbox, wmaker, possibly others)

