Hi,

On Mon, May 13, 2002 at 11:51:15PM +0200, J.A. Magallon wrote:
> Hi all.
> 
> The new sawfish is giving me some problems. It loses its configuration
> each time I log out (for example, focus behaviour and so on).
> 
> And there are some other things that do not work:
> - can not get rid of solid window dragging (i am not able to find the
>   config option again...)
> - it doesn't obbey the font selection
> 
> Some problem with GConf ???
 
Actually the changes are saved correctly but they are not read back on
startup due to a bug somewhere in the lisp code. Here is a fix to it,
replace the following line in
/usr/share/sawfish/2.0.pre1/lisp/sawfish/wm/defaults.jl:

;;(eval-when-compile (require 'sawfish.wm.commands.xterm))

by this one.

(require 'sawfish.wm.commands.xterm)

and eventualy recompile the file.

In more details the problems is that the xterm-program variable is
checked for customization in
/usr/share/sawfish/2.0.pre1/lisp/sawfish/wm/gnome/integration.jl
before it has been defined because the defaults.jl file has not been
seen (or something even more complicated...)

Cheers,


                                Odie
-- 
-----------------------------------------------------
Olivier Dormond aka Odie ([EMAIL PROTECTED])

Reply via email to