From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: dbus processes not being killed in RHEL6 when emacs24.4 exited Date: Fri, 19 Dec 2014 09:40:53 +0100 Message-ID: <87ioh8kp62.fsf@gmx.de> References: <9ztx0soigx.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418978505 19050 80.91.229.3 (19 Dec 2014 08:41:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2014 08:41:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Srikar Ananthula Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 19 09:41:34 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y1t7t-00058g-SS for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Dec 2014 09:41:34 +0100 Original-Received: from localhost ([::1]:57321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1t7n-0004PE-Sz for geh-help-gnu-emacs@m.gmane.org; Fri, 19 Dec 2014 03:41:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1t7U-0004P6-15 for help-gnu-emacs@gnu.org; Fri, 19 Dec 2014 03:41:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1t7L-0008UL-AV for help-gnu-emacs@gnu.org; Fri, 19 Dec 2014 03:41:07 -0500 Original-Received: from mout.gmx.net ([212.227.17.22]:61767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1t7L-0008Td-13; Fri, 19 Dec 2014 03:40:59 -0500 Original-Received: from detlef.gmx.de ([87.146.44.253]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MEsXW-1Y7vnZ1u1a-00FyuW; Fri, 19 Dec 2014 09:40:55 +0100 In-Reply-To: (Srikar Ananthula's message of "Fri, 19 Dec 2014 01:17:50 +0530") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:DbSy9wSRAs8yxwg457T/pawmUu66PX6lJcvUK+SpN5XDhucKqpF sYGCJTAqyC1pdssrZbZDIYLQR5Yd67XH+h+qa3GeUzLbWKpPAz/RE1EBUJPex1vVh6xeqfl hLf5EPt1gkWGnKKQdciNZqvDnE//dZGxG76WoJTbj72Qv1FT2S4w5htVlv8tu91JBp3Mdrs SSlp7hDzWK/yC+cP6xm2Q== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.22 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101672 Archived-At: Srikar Ananthula writes: > Hmm, I even tried to recompile the whole source code with the mentioned > option --without-dbus already , but even I facing the same problem. When Emacs is linked with gtk, D-Bus is enabled as well. It uses another D-Bus session than the one Emacs' own D-Bus integration uses. Likely, your problem is linked to that D-Bus connection. Best regards, Michael.