ports/52069: sawfish-2 (rep) hangs (?) under gnome-2

Sheldon Hearn sheldonh at starjuice.net
Tue May 20 03:00:29 PDT 2003


The following reply was made to PR ports/52069; it has been noted by GNATS.

From: Sheldon Hearn <sheldonh at starjuice.net>
To: bug-followup at freebsd.org
Cc:  
Subject: Re: ports/52069: sawfish-2 (rep) hangs (?) under gnome-2
Date: Tue, 20 May 2003 11:58:38 +0200

 If you look at sawfish's stderr output, you'll probably see messages
 like these:
 
 Error: Menu already active
 
 This is a known, long-standing bug in sawfish.  It was fixed in the
 sawfish CVS tree on 2003-04-02.
 
 The fix taken from their CVS tree is attached.  This should be committed
 to the port as files/patch-scripts::sawfish-menu.jl .
 
 Be careful; the patch is a little tricky because it includes a literal
 Ctrl-L.
 
 Ciao,
 Sheldon.
 
 --- scripts/sawfish-menu.jl.orig	Tue May 20 11:49:42 2003
 +++ scripts/sawfish-menu.jl	Tue May 20 11:50:54 2003
 @@ -106,7 +106,8 @@
      (g-signal-connect menu "deactivate" gtk-main-quit)
      (setq menu-selected nil)
      (gtk-menu-popup-interp menu nil nil 0 (or timestamp 0) position)
 -    (gtk-main)
 +    (when (memq 'visible (GTK-WIDGET-FLAGS menu))
 +      (gtk-main))
      menu-selected))
  
  


More information about the freebsd-gnome mailing list