From owner-freebsd-gnome Sat May 25 12:53:24 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 698BE37B401; Sat, 25 May 2002 12:53:18 -0700 (PDT) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.3/8.12.2) with ESMTP id g4PJpkSL012524; Sat, 25 May 2002 15:51:46 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: sawfish-settings (gnome2-metaport, metatcity) From: Joe Marcus Clarke To: Franz Klammer Cc: Maxim Sobolev , gnome@FreeBSD.org In-Reply-To: <3CEF5728.4090809@webonaut.com> References: <200205250419.g4P4JX228205@vega.vega.com> <3CEF5728.4090809@webonaut.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-W5eY2xfRMm+3Rrn9fDja" X-Mailer: Ximian Evolution 1.0.5 Date: 25 May 2002 15:54:16 -0400 Message-Id: <1022356457.21495.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-W5eY2xfRMm+3Rrn9fDja Content-Type: multipart/mixed; boundary="=-faUQdJVaTCw/2QAdmbZo" --=-faUQdJVaTCw/2QAdmbZo Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sat, 2002-05-25 at 05:19, Franz Klammer wrote: > Maxim Sobolev wrote: > >> > >>Looks like the detection is a no-op, then. Maxim took care of this by > >>adding back sawfish2 to the gnome2 meta-port. Now we have to figure ou= t > >>how to get sawfish settings correctly saved and restored across > >>sessions... > >=20 > >=20 > > Would be nice. >=20 >=20 > I've found the problem. :-)))) > sawfish is saving the user-config but stopping to configure > at startup after an error: > "error in local config: (void-value xterm-program)" >=20 > i've commented out these lines in > lisp/sawfish/wm/gnome/integration.jl: >=20 > ;; invoke the GNOME terminal instead of xterm > --> ;; (unless (variable-customized-p 'xterm-program) <-- > --> ;; (setq xterm-program "gnome-terminal")) <-- Thanks for looking into this! I think this patch should also work. Can you give it a try since I'm not by my testing machine, and let me know?=20 Thanks. Joe >=20 >=20 > franz >=20 >=20 --=-faUQdJVaTCw/2QAdmbZo Content-Disposition: attachment; filename=patch-lisp_sawfish_wm_gnome_integration.jl Content-Type: text/plain; name=patch-lisp_sawfish_wm_gnome_integration.jl; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable --- lisp/sawfish/wm/gnome/integration.jl.orig Sat May 25 15:55:29 2002 +++ list/sawfish/wm/gnome/integration.jl Sat May 25 15:55:31 2002 @@ -19,8 +19,6 @@ ;; along with sawmill; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. =20 -(eval-when-compile (require 'sawfish.wm.commands.xterm)) - (define-structure sawfish.wm.gnome.integration () =20 (open rep @@ -28,7 +26,8 @@ sawfish.wm.gnome.menus sawfish.wm.menus sawfish.wm.custom - sawfish.wm.commands.help) + sawfish.wm.commands.help + sawfish.wm.commands.xterm) =20 (define-structure-alias gnome-int sawfish.wm.gnome.integration) =20 @@ -46,6 +45,7 @@ (put 'gnome-use-capplet 'custom-obsolete t) =20 ;; invoke the GNOME terminal instead of xterm + (eval-when-compile (require 'sawfish.wm.commands.xterm)) (unless (variable-customized-p 'xterm-program) (setq xterm-program "gnome-terminal")) =20 --=-faUQdJVaTCw/2QAdmbZo-- --=-W5eY2xfRMm+3Rrn9fDja Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA87+vob2iPiv4Uz4cRAmJdAJ9zb7ByvcCzH0CwUsniaP38gl36twCfciqh RE3T9kHFRkx8K4GbKNQxuHM= =/TbP -----END PGP SIGNATURE----- --=-W5eY2xfRMm+3Rrn9fDja-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message