Gentoo Archives: gentoo-user

From: Kai Krakow <hurikhan77@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: gnome intrusion?
Date: Tue, 15 Nov 2016 00:00:32
Message-Id: 20161115005514.2275793d@jupiter.sol.kaishome.de
In Reply to: Re: [gentoo-user] gnome intrusion? by Andrew Tselischev
1 Am Mon, 14 Nov 2016 23:38:44 +0000
2 schrieb Andrew Tselischev <andrewts@×××××××××.net>:
3
4 > On Mon, Nov 14, 2016 at 09:32:59AM +0000, Jorge Almeida wrote:
5 > > I noticed some obnoxious-looking processes in my system:
6 > >
7 > > $ ps axf
8 > > (...)
9 > > 367 ? S 0:00 dbus-launch --autolaunch
10 > > 899f609d1c39e4d202c179a7580e4b49 --binary-syntax --close-stderr
11 > > 368 ? Ss 0:00 /usr/bin/dbus-daemon --fork --print-pid 5
12 > > --print-address 7 --session
13 > > 409 ? Sl 0:00 /usr/libexec/notification-daemon
14 > > 411 ? Sl 0:00 /usr/libexec/at-spi-bus-launcher
15 > > 415 ? S 0:00 \_ /usr/bin/dbus-daemon
16 > > --config-file=/usr/share/defaults/at-spi2/accessibility.conf
17 > > --nofork --print-address 3
18 > > 417 ? Sl 0:00 /usr/libexec/at-spi2-registryd
19 > > --use-gnome-session 451 ? S 0:00 /usr/libexec/gconfd-2
20 > >
21 > > I don't use a DE, just plain openbox. I had a few xterms running and
22 > > also Opera, no other graphical app. The above processes appeared
23 > > after Opera was launched.
24 > > Why oh why should there be a process "at-spi2-registryd
25 > > --use-gnome-session"?
26 > >
27 > > gnome-session?! I don't even have gnome installed.
28 > >
29 > > On a related note, the session logs have this gem:
30 > >
31 > > ERROR:object_proxy.cc(583)] Failed to call method:
32 > > org.freedesktop.UPower.GetDisplayDevice: object_path=
33 > > /org/freedesktop/UPower: org.freedesktop.DBus.Error.ServiceUnknown:
34 > > The name org.freedesktop.UPower was not provided by any .service
35 > > files
36 > >
37 > > Why should this be considered an error? I don't have upower
38 > > installed. I don't want upower.
39 > >
40 > > I understand this is not the kind of stuff most users care about.
41 > > Just wondering whether somebody else is somewhat bothered by this.
42 > >
43 > > Jorge Almeida
44 >
45 > I have the same problem. Recently I got so fed up with it I decided
46 > to try my chances with chmod a-x /usr/libexec/at-spi* . So far, no
47 > problems.
48
49 Or mask its autostarter, gets rid of error messages in the log:
50
51 sudo ln -snf /dev/null /etc/xdg/autostart/at-spi-dbus-bus.desktop
52
53 Then, on dispatch-conf, do not merge the config changes for this file.
54
55 --
56 Regards,
57 Kai
58
59 Replies to list-only preferred.