From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50A691395E2 for ; Mon, 14 Nov 2016 20:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78E93E0B6B; Mon, 14 Nov 2016 20:40:11 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B388E0AEB for ; Mon, 14 Nov 2016 20:40:11 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1c6O2t-0005BB-Hd for gentoo-user@lists.gentoo.org; Mon, 14 Nov 2016 21:40:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Kai Krakow Subject: [gentoo-user] Re: gnome intrusion? Date: Mon, 14 Nov 2016 21:37:43 +0100 Message-ID: <20161114213743.55a5e76a@jupiter.sol.kaishome.de> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@blaine.gmane.org X-Newsreader: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) X-Archives-Salt: 34a762d6-9e56-4da2-8221-b10861d194f9 X-Archives-Hash: c0eb32fbb8419ebf5e489d0073fef8a1 Am Mon, 14 Nov 2016 09:32:59 +0000 schrieb Jorge Almeida : > I noticed some obnoxious-looking processes in my system: > > $ ps axf > (...) > 367 ? S 0:00 dbus-launch --autolaunch > 899f609d1c39e4d202c179a7580e4b49 --binary-syntax --close-stderr > 368 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 5 > --print-address 7 --session > 409 ? Sl 0:00 /usr/libexec/notification-daemon > 411 ? Sl 0:00 /usr/libexec/at-spi-bus-launcher > 415 ? S 0:00 \_ /usr/bin/dbus-daemon > --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork > --print-address 3 > 417 ? Sl 0:00 /usr/libexec/at-spi2-registryd > --use-gnome-session 451 ? S 0:00 /usr/libexec/gconfd-2 > > I don't use a DE, just plain openbox. I had a few xterms running and > also Opera, no other graphical app. The above processes appeared after > Opera was launched. > Why oh why should there be a process "at-spi2-registryd > --use-gnome-session"? > > gnome-session?! I don't even have gnome installed. > > On a related note, the session logs have this gem: > > ERROR:object_proxy.cc(583)] Failed to call method: > org.freedesktop.UPower.GetDisplayDevice: object_path= > /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown: > The name org.freedesktop.UPower was not provided by any .service files > > Why should this be considered an error? I don't have upower installed. > I don't want upower. > > I understand this is not the kind of stuff most users care about. > Just wondering whether somebody else is somewhat bothered by this. Try uninstalling a a11y related software, disable the accessibility use flag... at-spi2 launches its own dbus - it should go away if you disable a11y features. Opera triggers starting these through dbus, and they will try to bind to Gnome or KDE sessions. I have these, too, in my systems because some packages unconditionally pull in a11y features although I disabled all related useflags. -- Regards, Kai Replies to list-only preferred.