From owner-freebsd-ports@FreeBSD.ORG Mon Dec 13 09:27:18 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0B5A106566B; Mon, 13 Dec 2010 09:27:18 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out7.libero.it (cp-out7.libero.it [212.52.84.107]) by mx1.freebsd.org (Postfix) with ESMTP id 3956F8FC08; Mon, 13 Dec 2010 09:27:18 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0206.4D05E6F4.023A,ss=1,re=0.000,fgs=0 X-libjamoibt: 1555 Received: from soth.ventu (151.51.49.144) by cp-out7.libero.it (8.5.133) id 4D0257DF0048C620; Mon, 13 Dec 2010 10:27:16 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.4) with ESMTP id oBD9RAqf056398; Mon, 13 Dec 2010 10:27:10 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4D05E6EE.3040303@netfence.it> Date: Mon, 13 Dec 2010 10:27:10 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.13) Gecko/20101211 Thunderbird/3.1.7 MIME-Version: 1.0 To: Ashish SHUKLA References: <4CFA816B.9080505@netfence.it> <86aakkjoax.fsf@chateau.d.if> <4CFBFEB2.8000502@netfence.it> <8662v7khyd.fsf@chateau.d.if> <4CFC9C0D.1080702@netfence.it> <86lj3wpcd1.fsf@chateau.d.if> <4D04D3D0.6080008@netfence.it> <864oajj7oe.fsf@chateau.d.if> In-Reply-To: <864oajj7oe.fsf@chateau.d.if> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Cc: freebsd-ports@freebsd.org Subject: Re: emacs and gconf troubles X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2010 09:27:18 -0000 On 12/12/10 17:08, Ashish SHUKLA wrote: > So, what I think happening in your case is kdm isn't starting the "DBus" on > startup of your session, which is why it only gets activated (started) when > you start Emacs (or any other DBus consumer application). >... > And for good overall desktop experience, please make sure dbus gets started on > system startup, as well as session startup. Lots of services expect DBus to be > running. I have: > # ps ax | grep dbus > 1002 ?? Is 0:00.03 /usr/local/bin/dbus-daemon --system > 1451 ?? I 0:00.00 dbus-launch --autolaunch=b3fbd8cb89ee22fd22fc292600001a5f --binary-syntax --close-stderr > 1452 ?? Is 0:00.00 /usr/local/bin/dbus-daemon --fork --print-pid 6 --print-address 8 --session The first one is launched at system startup, the other two when I login. So I cannot explain why emacs would complains about it... > If you're running Emacs on server and don't want DBus to be started, then > exclude DBUS using "make config" and reinstall the port. So, on the two remote servers, I "config"ured emacs to work without DBUS and recompiled, but nothing changed: still emacs starts dbus and still Konsole does not close automatically unless I kill it. Then I removed *gconf* support too and now the problem seems to be gone. bye & Thanks av.