Patch provided by Jason White in PR 38473.
Changes for 1.4.1:
* Fixed a shape bug which caused it to flicker.
* Fixed an icon file parsing bug.
Changes for 1.4.0:
* Imlib2 support:
FbDesk can now load the following formats:
xpm, png, jpg, jfi, jfif, pnm, ppm, pgm, pbm, pam,
tga, gif and bmp.
* Added new resource:
fbdesk.textBackground: <color>
* Added new resource:
fbdesk.lockPositions: <bool>
This will lock the position of the icons (also available in the menu)
* Fixed gcc-4.1 compile problems
(Thanks Andreas Bierfer andreas.bierfert at lowlatency.de )
Changes for 1.2.2:
* Fixed --enable/disable-xpm configure option (Thanks Mathias Gumz)
configure.in
ChangeLog has:
Changes for 1.2.1:
* Fixed startup bug
Changes for 1.2.0:
* resource file changed to ~/.fluxbox/fbdesk
* icons file change name to: ~/.fluxbox/fbdesk.icons
* requires a window manager that supports NET WM spec
(fluxbox development version > 0.9.* or cvs)
* Fixed layering issues
FbDesk should now be on bottom always
* Added new resources:
fbdesk.textAlpha: <number between 0 and 255 (opaque)>
fbdesk.iconAlpha: <number between 0 and 255 (opaque)>
* Fixed bit depth issue in ImagePNG
* Updated FbTk (Henrik)
Improved COMMENT. This package does not just for fluxbox.
Removed dependency on fluxbox.
Also install the README.
patch-aa is for missing setlocale check. (This software doesn't
even have a configure to check for this, but is used several times.)
patch-ab is because stderr not defined (notice on NetBSD 1.6.2 but not Linux).