The root cause is that /etc/X11/sawfish/site-init.d/00debian.jl is attempting to load using

 (require 'gnome)

and /usr/share/sawfish/lisp/gnome.jl does not exist.  Instead

 /usr/share/sawfish/lisp/gnome-int.jl

exists, a symlink pointing to
 sawfish/wm/integration/gnome.jl

The package maintainer can either update the symlink name to be consistent, or update the 00debian.jl file to use

 (require 'gnome-int)

Reply via email to