From owner-freebsd-current@FreeBSD.ORG Mon Jul 14 13:50:10 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4D6337B401 for ; Mon, 14 Jul 2003 13:50:10 -0700 (PDT) Received: from srv1.cosmo-project.de (srv1.cosmo-project.de [213.83.6.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id A291C43F93 for ; Mon, 14 Jul 2003 13:50:09 -0700 (PDT) (envelope-from andreas@klemm.apsfilter.org) Received: from srv1.cosmo-project.de (localhost [IPv6:::1]) by srv1.cosmo-project.de (8.12.9/8.12.9) with ESMTP id h6EKo8hR079437 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Mon, 14 Jul 2003 22:50:08 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: (from uucp@localhost)h6EKo79x079436; Mon, 14 Jul 2003 22:50:07 +0200 (CEST) (envelope-from andreas@klemm.apsfilter.org) Received: from titan.klemm.apsfilter.org (localhost.klemm.apsfilter.org [127.0.0.1]) by klemm.apsfilter.org (8.12.9/8.12.9) with ESMTP id h6EKkhkd018778; Mon, 14 Jul 2003 22:46:44 +0200 (CEST) (envelope-from andreas@titan.klemm.apsfilter.org) Received: (from andreas@localhost) by titan.klemm.apsfilter.org (8.12.9/8.12.9/Submit) id h6EKkhIX018777; Mon, 14 Jul 2003 22:46:43 +0200 (CEST) Date: Mon, 14 Jul 2003 22:46:43 +0200 From: Andreas Klemm To: Thorsten Greiner Message-ID: <20030714204643.GA14890@titan.klemm.apsfilter.org> References: <200307142038.h6EKciQ06885@mailgate5.cinetic.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200307142038.h6EKciQ06885@mailgate5.cinetic.de> X-Operating-System: FreeBSD 5.1-CURRENT X-Disclaimer: A free society is one where it is safe to be unpopular User-Agent: Mutt/1.5.4i cc: current@freebsd.org Subject: Re: Vim: Caught deadly signal BUS (after -current update with new gcc) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 20:50:11 -0000 On Mon, Jul 14, 2003 at 10:38:44PM +0200, Thorsten Greiner wrote: > > > You can work around this by unsetting SESSION_MANAGER in your > > > environment. I have no idea what the root cause is... > > > > Where can I get rid of this variable ? I see no easy way. > > Currently I use gvim as default text editor within KDE > > environment ... > > > > In an xterm or such I could disable it, but how for KDE ?? > > As far as I understand it, this variable is set by the session management of the respective desktop (KDE in your case, GNOME in mine). Maybe you can workaround the problem by using a small shell script which unsets SESSION_MANAGER and than calls gvim? Yes I will try to write a wrapper script around gvim. This way ... mv vim vim.bin cat > vim <<- EOF unset SESSION_MANAGER vim.bin EOF chmod 555 vim Andreas /// -- Andreas Klemm - Powered by FreeBSD 4.8-STABLE Need a magic printfilter today ? -> http://www.apsfilter.org/