From owner-freebsd-gnome@FreeBSD.ORG Tue Sep 23 09:58:55 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53E4C16A4B3 for ; Tue, 23 Sep 2003 09:58:55 -0700 (PDT) Received: from gilliam.users.flyingcroc.net (gilliam.users.flyingcroc.net [207.246.128.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B587544005 for ; Tue, 23 Sep 2003 09:58:54 -0700 (PDT) (envelope-from joek@mail.flyingcroc.net) Received: from mail.flyingcroc.net (zircon.staff.flyingcroc.net [207.246.150.92])h8NGwsHG003725 for ; Tue, 23 Sep 2003 09:58:54 -0700 (PDT) Message-ID: <3F707BCE.6010205@mail.flyingcroc.net> Date: Tue, 23 Sep 2003 09:58:54 -0700 From: Joe Kelsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD GNOME Users References: <3F7077F3.5080502@mail.flyingcroc.net> <1064335655.743.21.camel@gyros> In-Reply-To: <1064335655.743.21.camel@gyros> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: gnome-session 2.4 no longer runs $HOME/.gnomerc X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2003 16:58:55 -0000 Joe Marcus Clarke wrote: > On Tue, 2003-09-23 at 12:42, Joe Kelsey wrote: >>Did something change in Gnome 2.4 to affect this? > > > Yes, a lot changed in GNOME 2.4. The new script is ~/.xsession. .xsession doesn't work the same way. gdm/Xsession checks for the existence of .xsession an uses that *instead of* the default "ssh-agent -- gnome-session". .gnomerc used to get executed *after* launching gnome-session so that I could run ssh-add. Now, the same ability does not exist, so I have to completely recreate the overall structure by first starting ssh-agent in the background in .xsession, then run ssh-add, then exec gnome-session. This completely severs the ability to automatically kill ssh-agent at logout, and I hve to come up with an alternative, such as leaving a remnant shell to do the clean-up. What a horrible mess! /Joe