Date: 25 May 2002 15:54:16 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Franz Klammer <klammer@webonaut.com> Cc: Maxim Sobolev <sobomax@FreeBSD.org>, gnome@FreeBSD.org Subject: Re: sawfish-settings (gnome2-metaport, metatcity) Message-ID: <1022356457.21495.4.camel@shumai.marcuscom.com> In-Reply-To: <3CEF5728.4090809@webonaut.com> References: <200205250419.g4P4JX228205@vega.vega.com> <3CEF5728.4090809@webonaut.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1022356457.21495.4.camel>