index

Release notes for sawfish-mmc-1.4.3

Bugs found in the 1.4.3 version (not necessarily specific to this version)

building

this happens only on some boxes. i suspect librep being different. Needs proper clarification! please provide info on failure!

running

How to run in place (without installing -- make install):

note, that you will need sawfish-ui and sawfish-client installed (i guess that other versions are compatible) maybe in that case you could set SAWFISHEXECDIR to the old one like SAWFISHEXECDIR=/usr/lib/sawfish/1.2/i686-pc-linux-gnu/

possible problems:

all these problems are due to broken backward compatibility: in the past it was possible to (require 'hover-shade) now, you either need (require 'sawfish.wm.ext.hover-shade) or, to support the old code, symlinks need to be created. These are created by "make install". I prefer the way of cleaning the code to use the new precise specification, sorry.

note:

images didn't work when running in place b/c expand-file-name fails and sets an error. -> b/c default-directory was not gaoled!

building problems:

libtool: link: unable to infer tagged configuration libtool: link: specify a tag with `--tag'

see troubles-with-rep