"Anne C. Hanna" <or...@ofb.net> writes: > Upgrading to 1:1.11.90-1 didn't fix the bug for me, but I am now seeing errors > more exactly like what others have reported.
I just tried on my unstable machine and for me it seems to have fixed the main issue. Now sawfish starts up and doesn't exit, even after removing the sawfish-lisp-source package. > Sawfish error: > File error: No such file or directory, gnome I still get that error in the log and the popup message. > Sawfish error: > Unbound variable: expert I think this one is related to the theme. I'm using a custom theme and I got a similar message when I first upgraded to the earlier 1.11 version. It's to do with themes being able to designate config options as being for expert or novice users. I assumed that had been removed from the upstream sawfish so I removed it from my theme and it stopped that errror message. The lines I had to remove looked like this, in the theme.jl: :user-level novice > Sawfish error: > File error: No such file or directory, sawfish/wm/ext/edge-flip I don't use that but it looks like the file has moved. So if you have... (require 'sawfish.wm.ext.edge-flip) ...it probably needs changing to... (require 'sawfish.wm.edge.flip) also seems to work with just... (require 'edge-flip) > I also saw an error during installation of 1:1.11.90-1: [...] > ERROR: sawfish is broken - called emacs-package-install as a new-style add-on, > but has no compat file. I got that one too. But sawfish mode still seems to work.